From 9be716de1c238f2897dab87b62242cc3a4f1e743 Mon Sep 17 00:00:00 2001 From: mfranz Date: Thu, 10 Jul 2008 16:55:45 +0000 Subject: [PATCH] typo --- Nasal/io.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nasal/io.nas b/Nasal/io.nas index bbcd3febd..f9f9719bb 100644 --- a/Nasal/io.nas +++ b/Nasal/io.nas @@ -91,7 +91,7 @@ var read_properties = func(path, target = nil) { # determine whether the tree is a subtree of the global tree, in # which case the branch is writen directly from that tree, as this # yields a more accurate result. (The attributes are "readable" -# + "writeable" + the lowest unused bit.) +# + "writable" + the lowest unused bit.) # # Usage: io.write_properties(, ); #