ahh, from is an array
[squirrelmail.git] / doc / tree.txt
index 15b174c8b92da9d98b568ccbb31398b2c7012a3f..5ccb012d6a06014746bfe4382bf21a92bd0ca56d 100644 (file)
@@ -20,7 +20,7 @@ The trickiest part was finding the correct parent node when creating
 a new node in the tree.  Check the documentation in the code for
 more info on this.
 
-Basically all we had to do as loop through each of the items that
+Basically all we had to do was loop through each of the items that
 need to be in the tree (folders, subfolders), find their parent,
 let their parent know it has a new child, and insert the values
 into the child.