diff options
author | Viktor Szépe <viktor@szepe.net> | 2017-11-14 21:36:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-14 21:36:49 +0100 |
commit | e3689ecb77b5067433aeabdd1251e45fcb38340d (patch) | |
tree | 2339db3de289c5aaf2cc523072620421339f28a5 /contrib | |
parent | 971b8df19ca482be5d724a02eaa19b970ecae1bc (diff) | |
download | rspamd-e3689ecb77b5067433aeabdd1251e45fcb38340d.tar.gz rspamd-e3689ecb77b5067433aeabdd1251e45fcb38340d.zip |
Typo: non-existent
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/torch/torch7/test/test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/torch/torch7/test/test.lua b/contrib/torch/torch7/test/test.lua index 2abf01615..6c5dc71b0 100644 --- a/contrib/torch/torch7/test/test.lua +++ b/contrib/torch/torch7/test/test.lua @@ -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 |