]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Typo: non-existent
authorViktor Szépe <viktor@szepe.net>
Tue, 14 Nov 2017 20:36:49 +0000 (21:36 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2017 20:36:49 +0000 (21:36 +0100)
contrib/torch/torch7/test/test.lua

index 2abf016154feb305f3ea12b4bc88d89d46225ac2..6c5dc71b0324bddb5a5e424e4e8f295aa48c0d18 100644 (file)
@@ -19,7 +19,7 @@ local function maxdiff(x,y)
    end
 end
 
--- workarounds for non-existant functions
+-- workarounds for non-existent functions
 function torch.HalfTensor:__sub(other)
    return (self:real() - other:real()):half()
 end