]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Typo: zerogradParamters
authorViktor Szépe <viktor@szepe.net>
Tue, 14 Nov 2017 20:37:25 +0000 (21:37 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2017 20:37:25 +0000 (21:37 +0100)
contrib/torch/nn/IndexLinear.lua

index 2ddbcbdb9bd06a5b51b27fbcfea5bb84fb235db3..928e5d3f2c8893331605bcca5c1d6604c204516a 100644 (file)
@@ -262,7 +262,7 @@ function IndexLinear:accGradParameters(input, gradOutput, scale)
    )
 
    -- Increment the running counter to create a new buffer
-   -- if we don't flush them in zerogradParamters
+   -- if we don't flush them in zerogradParameters
    self.running.counter = self.running.counter + 1
 end