From 971b8df19ca482be5d724a02eaa19b970ecae1bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 14 Nov 2017 21:36:03 +0100 Subject: [PATCH] Typo: compatibilty --- contrib/torch/torch7/lib/luaT/luaT.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3