From ab30f4417159a580e55030fe0ed9fc5963115ec9 Mon Sep 17 00:00:00 2001 From: Joost Peters Date: Sat, 24 Jan 2009 20:35:16 +0000 Subject: fix typo svn-id: r36041 --- backends/fs/abstract-fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends') diff --git a/backends/fs/abstract-fs.h b/backends/fs/abstract-fs.h index 604d6e2000..bd591753e8 100644 --- a/backends/fs/abstract-fs.h +++ b/backends/fs/abstract-fs.h @@ -50,7 +50,7 @@ protected: * Returns the child node with the given name. When called on a non-directory * node, it should handle this gracefully by returning 0. * When called with a name not matching any of the files/dirs contained in this - * directory, a valid node shold be returned, which returns 'false' upon calling + * directory, a valid node should be returned, which returns 'false' upon calling * the exists() method. The idea is that this node can then still can be used to * create a new file via the createWriteStream() method. * -- cgit v1.2.3