From: Francois Fleuret Date: Sat, 14 Jan 2017 08:44:01 +0000 (+0100) Subject: Typo. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dagnn.git;a=commitdiff_plain;h=e1575dfc09f7a8fe97f74acfe4cbed1e8a617dff Typo. --- diff --git a/dagnn.lua b/dagnn.lua index 0e7e8b0..0073e39 100755 --- a/dagnn.lua +++ b/dagnn.lua @@ -144,7 +144,7 @@ function DAG:setInput(i) error('Input modules must have outgoing edges.') end if #self.node[nnm].pred > 0 then - error('Input modules cannog have incoming edges.') + error('Input modules cannot have incoming edges.') end end, self.inputModules