From 1ec1cbebf9db7f5a2d9df4584991f015479ee5a5 Mon Sep 17 00:00:00 2001
From: Bernard Blackham <dagobah@ucc.asn.au>
Date: Fri, 25 Jun 2004 00:36:09 +0000
Subject: [PATCH] Get it right

---
 ROM2/main_basic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ROM2/main_basic.c b/ROM2/main_basic.c
index 4f347bf..db11afc 100644
--- a/ROM2/main_basic.c
+++ b/ROM2/main_basic.c
@@ -416,7 +416,7 @@ void help() {
 		" ECHO {ON|OFF} turn echo on or off" CRLF
 		" GETROM        download the ROM source code using xmodem" CRLF
 		" H[...]        this help screen" CRLF
-		"*JUMPxxxx      jumps to a subroute at location xxxx" CRLF
+		"*JUMPxxxx      jumps to a subroutine at location xxxx" CRLF
 		"*PEEKxxxx      returns the value of the byte at location xxxx" CRLF
 		"*POKExxxxyy    sets the value of location xxxx to yy" CRLF
 		" PING          pongs" CRLF
-- 
GitLab