runtime(tutor): fix typo in Chapter 2
Signed-off-by: Antonio Giovanni Colombo <azc100@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/tutor/tutor2 b/runtime/tutor/tutor2
index b189676..a3a499e 100644
--- a/runtime/tutor/tutor2
+++ b/runtime/tutor/tutor2
@@ -117,7 +117,7 @@
NOTE: a common conundrum when coding is moving around large chunks of code.
The following technique helps avoid number line calculations associated
- with operatins like "a147d or :945,1091d a or even worse using
+ with operations like "a147d or :945,1091d a or even worse using
i<C-r>=1091-945<enter> first
1. Move the cursor to the line below marked --->
diff --git a/runtime/tutor/tutor2.utf-8 b/runtime/tutor/tutor2.utf-8
index b189676..a3a499e 100644
--- a/runtime/tutor/tutor2.utf-8
+++ b/runtime/tutor/tutor2.utf-8
@@ -117,7 +117,7 @@
NOTE: a common conundrum when coding is moving around large chunks of code.
The following technique helps avoid number line calculations associated
- with operatins like "a147d or :945,1091d a or even worse using
+ with operations like "a147d or :945,1091d a or even worse using
i<C-r>=1091-945<enter> first
1. Move the cursor to the line below marked --->