diff options
author | Viktor Szépe <viktor@szepe.net> | 2017-11-14 21:36:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-14 21:36:03 +0100 |
commit | 971b8df19ca482be5d724a02eaa19b970ecae1bc (patch) | |
tree | 26b2ea5772f80e3ad446ce1c515af4b5f64c80a6 /contrib/torch | |
parent | 9eee090ab62b36593a4ae9750472773ab3b9374d (diff) | |
download | rspamd-971b8df19ca482be5d724a02eaa19b970ecae1bc.tar.gz rspamd-971b8df19ca482be5d724a02eaa19b970ecae1bc.zip |
Typo: compatibilty
Diffstat (limited to 'contrib/torch')
-rw-r--r-- | contrib/torch/torch7/lib/luaT/luaT.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/torch/torch7/lib/luaT/luaT.c b/contrib/torch/torch7/lib/luaT/luaT.c index 2dc307ac7..d87f5d54c 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) |