From: Viktor Szépe Date: Tue, 14 Nov 2017 20:36:03 +0000 (+0100) Subject: Typo: compatibilty X-Git-Tag: 1.7.0~432^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=971b8df19ca482be5d724a02eaa19b970ecae1bc;p=thirdparty%2Frspamd.git Typo: compatibilty --- diff --git a/contrib/torch/torch7/lib/luaT/luaT.c b/contrib/torch/torch7/lib/luaT/luaT.c index 2dc307ac78..d87f5d54c2 100644 --- a/contrib/torch/torch7/lib/luaT/luaT.c +++ b/contrib/torch/torch7/lib/luaT/luaT.c @@ -580,7 +580,7 @@ int luaT_fullparentname(const char *tname, char *parent_name) return tname[idx] == '.'; } -/* alias for ensuring backwards compatibilty; +/* alias for ensuring backwards compatibility; * use of luaT_fullparentname is preferred. */ int luaT_classmodulename(const char *tname, char *parent_name)