From 971b8df19ca482be5d724a02eaa19b970ecae1bc Mon Sep 17 00:00:00 2001 From: Viktor Szépe Date: Tue, 14 Nov 2017 21:36:03 +0100 Subject: Typo: compatibilty --- contrib/torch/torch7/lib/luaT/luaT.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/torch') 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) -- cgit v1.2.3