summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSmarcy <marc2@uni-bremen.de>2022-01-03 21:04:15 +0100
committerGitHub <noreply@github.com>2022-01-03 15:04:15 -0500
commitfcf1df6e56934b1b5021a0898b9152b86e0cb5f7 (patch)
treec12c595738514f64a4425bce7bad4c26f1fa87e2
parent526a32e1697489b73e54c1b984ba5413842f1252 (diff)
downloadNim-fcf1df6e56934b1b5021a0898b9152b86e0cb5f7.tar.gz
fixed typos (#19316)
-rw-r--r--nimpretty/nimpretty.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/nimpretty/nimpretty.nim b/nimpretty/nimpretty.nim
index a7940349d..e3b4c9a3a 100644
--- a/nimpretty/nimpretty.nim
+++ b/nimpretty/nimpretty.nim
@@ -69,8 +69,8 @@ proc main =
 
   var backup = false
     # when `on`, create a backup file of input in case
-    # `prettyPrint` could over-write it (note that the backup may happen even
-    # if input is not actually over-written, when nimpretty is a noop).
+    # `prettyPrint` could overwrite it (note that the backup may happen even
+    # if input is not actually overwritten, when nimpretty is a noop).
     # --backup was un-documented (rely on git instead).
   var opt = PrettyOptions(indWidth: 0, maxLineLen: 80)