runtime: Fix more typos (#13354)

* Fix more typos

* Fix typos in ignored runtime/ directory

Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/macros/urm/README.txt b/runtime/macros/urm/README.txt
index a1ecc65..3995813 100644
--- a/runtime/macros/urm/README.txt
+++ b/runtime/macros/urm/README.txt
@@ -10,7 +10,7 @@
 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.