summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a9fb8f7f..a99de064 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -14,7 +14,7 @@ News
* Redundant **list** command removed and features merged into **history** command
* Added **pyscript** command which supports tab-completion and running Python scripts with arguments
* Improved tab-completion of file system paths, command names, and shell commands
- * Thanks to Kevin Van Brunt for all fo the help with debugging and testing this
+ * Thanks to Kevin Van Brunt for all of the help with debugging and testing this
* Changed default value of USE_ARG_LIST to True - this affects the beavhior of all **@options** commands
* **WARNING**: This breaks backwards compatibility, to restore backwards compatibility, add this to the
**__init__()** method in your custom class derived from cmd2.Cmd: