Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/cwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Collobert <ronan@collobert.com>2012-02-08 13:57:40 +0400
committerRonan Collobert <ronan@collobert.com>2012-02-08 13:57:40 +0400
commit7f0fcc2e3d6e8e22c87ef24aa44eaf55ad2935d1 (patch)
tree1d9f0e4ba491b80d3bb789ef03aa25a1c86cef17
parent7d055b3f0f57fdf48010162ed6ec7bf5e3af3895 (diff)
cleanhistory -> clearhistory
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 429a72c..bd4199d 100644
--- a/init.lua
+++ b/init.lua
@@ -107,7 +107,7 @@ function CInterface:register(name)
self.registry = {}
end
-function CInterface:cleanhistory()
+function CInterface:clearhistory()
self.txt = {}
self.registry = {}
end