┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/undomanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/undomanager.h')
-rw-r--r--src/undomanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/undomanager.h b/src/undomanager.h
index 30a4aba39..f5ce782f9 100644
--- a/src/undomanager.h
+++ b/src/undomanager.h
@@ -31,8 +31,8 @@ class ProgressIndicator;
/**
* @short Represents a file manager command which can be undone and redone.
*
- * A command is specified by a type, a list of source URLs and a
- * destination URL.
+ * A command is specified by a type, a list of source Urls and a
+ * destination Url.
*
* Due to the fixed set of commands a file manager offers this class is
* a very simplified version of the classic command pattern.