summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-04-26 00:36:35 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-04-26 00:36:35 +0100
commit8060eef66e072b9011667655e204673d5ca64195 (patch)
treedd89645f6f06615a25c26201c6debdd56b058bc3
parentaec858a8193377ea149f5c9cdcee60fa0164fc90 (diff)
Fix typo in design.asciidoc
-rw-r--r--doc/design.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design.asciidoc b/doc/design.asciidoc
index e497c70d..5ae633e8 100644
--- a/doc/design.asciidoc
+++ b/doc/design.asciidoc
@@ -55,7 +55,7 @@ That means there should be clear separation of concerns between modes:
* command mode is for non-editing features (opening a file, setting
options...).
-Orthogonality is an ideal, and should not prevent common sense pargmatism,
+Orthogonality is an ideal, and should not prevent common sense pragmatism,
the +gf+ and +ga+ commands are not strictly selection manipulation ones,
but fit nicely with other +goto+ commands, and hence are acceptable in
normal mode even though they could arguably be moved to command mode.