branch: elpa/git-commit
commit e1302064809bf958023b3dc2b4e3007487bc3602
Author: Sean Allred <allred.s...@gmail.com>
Commit: Sean Allred <allred.s...@gmail.com>

    Fix forge/force typo
---
 lisp/magit-sequence.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-sequence.el b/lisp/magit-sequence.el
index d200e909a2..025d7aac2f 100644
--- a/lisp/magit-sequence.el
+++ b/lisp/magit-sequence.el
@@ -522,7 +522,7 @@ This discards all changes made since the sequence started."
    (7 magit-merge:--strategy)
    (7 magit-merge:--strategy-option)
    (7 "=X" magit-diff:--diff-algorithm :argument "-Xdiff-algorithm=")
-   (7 "-f" "Forge rebase"           ("-f" "--force-rebase"))
+   (7 "-f" "Force rebase"           ("-f" "--force-rebase"))
    ("-d" "Use author date as committer date" "--committer-date-is-author-date")
    ("-t" "Use current time as author date"   "--ignore-date")
    ("-a" "Autosquash"               "--autosquash")

Reply via email to