Commit ba67992ea0f5fd4ec45f2e7dcf47bcd8bd4ace5f

Stefan Sperling 2019-07-25T15:30:37

fix typo in got.1

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/got/got.1 b/got/got.1
index 2c291f5..5117f94 100644
--- a/got/got.1
+++ b/got/got.1
@@ -714,7 +714,7 @@ If the log message argument is left empty, open an editor where a new
 log message can be written.
 .El
 .Pp
-Every commit in the history being edited must be mentioned in histedit script.
+Every commit in the history being edited must be mentioned in the script.
 Lines may be re-ordered to change the order of commits in the edited history.
 .Pp
 Edited commits are accumulated on a temporary branch.