From: Viktor Szépe Date: Tue, 14 Nov 2017 20:36:49 +0000 (+0100) Subject: Typo: non-existent X-Git-Tag: 1.7.0~432^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3689ecb77b5067433aeabdd1251e45fcb38340d;p=thirdparty%2Frspamd.git Typo: non-existent --- diff --git a/contrib/torch/torch7/test/test.lua b/contrib/torch/torch7/test/test.lua index 2abf016154..6c5dc71b03 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