branch: externals/vc-hgcmd
commit d9bc82c74c41b9735d8351e9b669dc75c79ba681
Author: muffinmad <[email protected]>
Commit: muffinmad <[email protected]>
fixed typo
---
README.md | 2 +-
vc-hgcmd.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index bdd69a9..696728d 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Mode-line format is not customizable yet.
#### Amend and close branch commits
-While editing commit message you can togle `--amend` and `--close-branch`
flags.
+While editing commit message you can toggle `--amend` and `--close-branch`
flags.
#### Merge branch
diff --git a/vc-hgcmd.el b/vc-hgcmd.el
index ac8d036..cad9bf8 100644
--- a/vc-hgcmd.el
+++ b/vc-hgcmd.el
@@ -46,7 +46,7 @@
;; It's not customizable yet.
;;
;; - Amend and close branch commits
-;; While editing commit message you can togle --amend and --close-branch flags.
+;; While editing commit message you can toggle --amend and --close-branch
flags.
;;
;; - Merge branch
;; vc-hgcmd will ask for branch name to merge.