[geany/geany] 2df9f8: Typos overlooked by codespell

Ben Wiederhake git-noreply at xxxxx
Sun Jan 3 17:44:00 UTC 2016


Branch:      refs/heads/master
Author:      Ben Wiederhake <BenWiederhake.GitHub at gmx.de>
Committer:   Ben Wiederhake <BenWiederhake.GitHub at gmx.de>
Date:        Sun, 03 Jan 2016 17:44:00 UTC
Commit:      2df9f83bf279ebb90e5faa0466f53e5389b49d43
             https://github.com/geany/geany/commit/2df9f83bf279ebb90e5faa0466f53e5389b49d43

Log Message:
-----------
Typos overlooked by codespell


Modified Paths:
--------------
    tests/ctags/moniker.x68.asm

Modified: tests/ctags/moniker.x68.asm
10 lines changed, 5 insertions(+), 5 deletions(-)
===================================================================
@@ -23,7 +23,7 @@ START   	MOVEA.L #PROMPT1,A1             Pointer to start of prompt text
         
 *       	Get firstname
 *		=============
-        	MOVEA.L #F_NAME,A1              Pointer to store the sentance
+        	MOVEA.L #F_NAME,A1              Pointer to store the sentence
         	MOVE.B  #READSTR,D0             Set up readstring function
         	TRAP    #15                     Get string from KB
         	MOVE.W  D1,D4                   Save length of input string to d4
@@ -38,7 +38,7 @@ START   	MOVEA.L #PROMPT1,A1             Pointer to start of prompt text
       	MOVEA.L #F_NAME,A0              Move the first char to A0
        	JSR     CHECK2                  Check if uppercase
         
-        	CMPI.B  #1,D5                   See if all the sentance is CAPS
+        	CMPI.B  #1,D5                   See if all the sentence is CAPS
         	BCS     START                   if it is'nt then re-enter                          
 
 
@@ -51,7 +51,7 @@ SURNAME 	MOVEA.L #PROMPT2,A1             Pointer to start of prompt text
         
 *       	Get surname
 *		===========
-        	MOVEA.L #S_NAME,A1              Pointer to store the sentance
+        	MOVEA.L #S_NAME,A1              Pointer to store the sentence
         	MOVE.B  #READSTR,D0             Set up readstring function
         	TRAP    #15                     Get string from KB
         	MOVE.W  D1,D4                   Save length on input string
@@ -66,7 +66,7 @@ SURNAME 	MOVEA.L #PROMPT2,A1             Pointer to start of prompt text
         	MOVEA.L #S_NAME,A0              Move the first char to A0  
         	JSR     CHECK2                  Check if uppercase        
         
-        	CMPI.B  #1,D5                   See if all the sentance is CAPS
+        	CMPI.B  #1,D5                   See if all the sentence is CAPS
         	BCS     SURNAME                 if it is'nt then re-enter     
 
 *       	Move the first char for fname and prints it (Initial Bit)
@@ -94,7 +94,7 @@ CHECK2  	CMPI.B  #'A',(A0)               Is Char > A ?
         	CMP.B   #('Z'+1),(A0)+          Check if char is < Z
         	BCC     RETURNFALSE             If it is then it must be a cap
         	SUBI.B  #1,D4                   Decrease s_name / f_name Length
-        	BNE     CHECK2                  jump if the sentance is not = 0
+        	BNE     CHECK2                  jump if the sentence is not = 0
 
 RETURNTRUE  MOVE.B  #1,D5			  Moves a one to D5 to make CAPS ture
             RTS					  Jump back to the main program



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list