summaryrefslogtreecommitdiffstats
path: root/runtime/macros
diff options
context:
space:
mode:
authorViktor Szépe <viktor@szepe.net>2023-10-16 09:53:37 +0200
committerGitHub <noreply@github.com>2023-10-16 09:53:37 +0200
commitdbf749bd5aaef6ea2d28bce081349785d174d96a (patch)
treecdc1b3ee6da473b77d1bd035747852cf67431964 /runtime/macros
parentf5a94d5165bb9e390797da50a1fa7a87df3fbee4 (diff)
runtime: Fix more typos (#13354)
* Fix more typos * Fix typos in ignored runtime/ directory Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/macros')
-rw-r--r--runtime/macros/maze/maze_mac2
-rw-r--r--runtime/macros/urm/README.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/macros/maze/maze_mac b/runtime/macros/maze/maze_mac
index 621aeec2b7..b1e3487a95 100644
--- a/runtime/macros/maze/maze_mac
+++ b/runtime/macros/maze/maze_mac
@@ -190,7 +190,7 @@ map I G$?. ^GYKeDP0S2Gl
" into the Macro register
" GVJ - on bottom line, create a command to restore the current character
" 0H - and save the command into the second Macro register
-" `a@r - go back to the current position and exectute the macro to restore
+" `a@r - go back to the current position and execute the macro to restore
" the current character
" @m - execute the action associated with this state
" U - and repeat
diff --git a/runtime/macros/urm/README.txt b/runtime/macros/urm/README.txt
index a1ecc658ca..3995813689 100644
--- a/runtime/macros/urm/README.txt
+++ b/runtime/macros/urm/README.txt
@@ -10,7 +10,7 @@ in vim: :so urm.vim<RETURN>
in vim: * (to load the registers and boot the URM-machine :-)
in vim: g (for 'go') and watch the fun. Per default, 3 and 4
are multiplied. Watch the Program counter, it is
- visible as a komma moving around.
+ visible as a comma moving around.
This is a "standard URM" (Universal register machine) interpreter. The URM
concept is used in theoretical computer science to aid in theorem proving.