aboutsummaryrefslogtreecommitdiff
path: root/src/interp/word.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-30 23:18:35 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-30 23:18:35 +0000
commit1161470b917484fbec82a236d33a742befc8b933 (patch)
treea55d8fd26912417280b6fc72cee4992399a3d91a /src/interp/word.boot
parenteb83f3b3db581a4e722a8041fa3fc23d9cf5bd1f (diff)
downloadopen-axiom-1161470b917484fbec82a236d33a742befc8b933.tar.gz
Fix typo in src/interp/word.boot
Diffstat (limited to 'src/interp/word.boot')
-rw-r--r--src/interp/word.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/word.boot b/src/interp/word.boot
index 87c991f2..c1fe352c 100644
--- a/src/interp/word.boot
+++ b/src/interp/word.boot
@@ -64,7 +64,7 @@ writeFunctionTables(filemode) ==
writeFunctionTable(filemode,name,dicts) ==
removeFile makeFullFilePath makePathname(name,'DATABASE,filemode)
- stream:= writeLib1(name,'DATABASE)
+ stream:= writeLib(name,'DATABASE)
if not $functionTable then
$functionTable:= buildFunctionTable dicts
for [key,:val] in entries $functionTable repeat