mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-02 20:14:44 +00:00
Fix typos
This commit is contained in:
@@ -24,7 +24,7 @@ Options:
|
||||
--re pattern is a regular expression (default); extended
|
||||
syntax for the regular expression is always turned on
|
||||
--recursive process directories recursively
|
||||
--confirm confirm each occurence/replacement; there is a chance
|
||||
--confirm confirm each occurrence/replacement; there is a chance
|
||||
to abort any time without touching the file
|
||||
--stdin read pattern from stdin (to avoid the shell's confusing
|
||||
quoting rules)
|
||||
|
||||
@@ -130,7 +130,7 @@ proc initControls() =
|
||||
|
||||
pack_start(MainBox, TopMenu, False, False, 0)
|
||||
|
||||
# VPaned - Seperates the InputTextView and the OutputTextView
|
||||
# VPaned - Separates the InputTextView and the OutputTextView
|
||||
var paned = vpaned_new()
|
||||
set_position(paned, 450)
|
||||
pack_start(MainBox, paned, True, True, 0)
|
||||
|
||||
Reference in New Issue
Block a user