aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/fs/abstract-fs.h2
1 files changed, 1 insertions, 1 deletions
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.
*