about summary refs log tree commit diff stats
path: root/trace.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-03-09 12:28:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-03-09 12:28:29 -0700
commit2955018c7033df6919465fb72e292443a0013668 (patch)
tree07843f236b22bf5cb80aadcf9da9e89353845195 /trace.arc.t
parentfa9fbb5d9477d23d6ebd2369f8ed675729afe774 (diff)
downloadmu-2955018c7033df6919465fb72e292443a0013668.tar.gz
874
Diffstat (limited to 'trace.arc.t')
-rw-r--r--trace.arc.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/trace.arc.t b/trace.arc.t
index 0dcb9c20..c5141099 100644
--- a/trace.arc.t
+++ b/trace.arc.t
@@ -150,7 +150,7 @@ schedule:  done with routine")
   (prn "F - process-key can move up the cursor"))
 (run-code main2
   (default-space:space-address <- new space:literal 30:literal/capacity)
-  ; reset2 previous cursor
+  ; reset previous cursor
   (replace-character 2:terminal-address/raw ((#\+ literal)))
   ; move cursor up 3 more lines
   (s:string-address <- new "kkk")
@@ -431,7 +431,7 @@ schedule:  done with routine")
   (prn "F - process-key: navigation moves between top-level trace indices only"))
 (run-code main2
   (default-space:space-address <- new space:literal 30:literal/capacity)
-  ; reset2 previous cursor
+  ; reset previous cursor
   (replace-character 2:terminal-address/raw ((#\+ literal)))
   ; move cursor back up one line
   (s:string-address <- new "k")
@@ -458,7 +458,7 @@ schedule:  done with routine")
   (prn "F - process-key: navigation moves between top-level indices only - 2"))
 (run-code main3
   (default-space:space-address <- new space:literal 30:literal/capacity)
-  ; reset2 previous cursor
+  ; reset previous cursor
   (replace-character 2:terminal-address/raw ((#\+ literal)))
   ; press enter
   (s:string-address <- new "\n")