[iortcw] 404/497: typos: sucessfully -> successfully

Simon McVittie smcv at debian.org
Fri Sep 8 10:37:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to annotated tag 1.42d
in repository iortcw.

commit f99a9b22f7d5b871c1c5cfbd657910d73b6fa78c
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Wed Sep 30 14:00:31 2015 +0200

    typos: sucessfully -> successfully
---
 MP/code/botlib/be_aas_routetable.c | 2 +-
 MP/code/cgame/cg_scoreboard.c      | 4 ++--
 MP/code/opusfile-0.6/src/http.c    | 4 ++--
 MP/code/qcommon/unzip.c            | 2 +-
 SP/code/botlib/be_aas_routetable.c | 2 +-
 SP/code/opusfile-0.6/src/http.c    | 4 ++--
 SP/code/qcommon/unzip.c            | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/MP/code/botlib/be_aas_routetable.c b/MP/code/botlib/be_aas_routetable.c
index 345bf8d..7dd793d 100644
--- a/MP/code/botlib/be_aas_routetable.c
+++ b/MP/code/botlib/be_aas_routetable.c
@@ -1383,7 +1383,7 @@ qboolean AAS_RT_GetHidePos( vec3_t srcpos, int srcnum, int srcarea, vec3_t destp
 				if ( !destVisLookup[rt->parentLinks[travChild->startParentLinks].parent] ) {
 					// success ?
 					if ( !botimport.AICast_VisibleFromPos( destpos, destnum, ( *aasworld ).areas[pathArea].center, srcnum, qfalse ) ) {
-						// SUCESS !!
+						// SUCCESS !!
 						travParent = &rt->parents[rt->parentLinks[travChild->startParentLinks].parent];
 						break;
 					}
diff --git a/MP/code/cgame/cg_scoreboard.c b/MP/code/cgame/cg_scoreboard.c
index 2e4951b..edf7d83 100644
--- a/MP/code/cgame/cg_scoreboard.c
+++ b/MP/code/cgame/cg_scoreboard.c
@@ -511,13 +511,13 @@ static int WM_DrawInfoLine( int x, int y, float fade ) {
 		// second round
 		if ( !defender ) {
 			if ( winner != defender ) {
-				s = "Allies sucessfully beat the clock!";
+				s = "Allies successfully beat the clock!";
 			} else {
 				s = "Allies couldn't beat the clock!";
 			}
 		} else {
 			if ( winner != defender ) {
-				s = "Axis sucessfully beat the clock!";
+				s = "Axis successfully beat the clock!";
 			} else {
 				s = "Axis couldn't beat the clock!";
 			}
diff --git a/MP/code/opusfile-0.6/src/http.c b/MP/code/opusfile-0.6/src/http.c
index 4a9eaf5..4452456 100644
--- a/MP/code/opusfile-0.6/src/http.c
+++ b/MP/code/opusfile-0.6/src/http.c
@@ -3085,7 +3085,7 @@ static int op_http_stream_seek(void *_stream,opus_int64 _offset,int _whence){
         conn=*pnext;
         continue;
       }
-      /*Sucessfully resurrected this connection.*/
+      /*Successfully resurrected this connection.*/
       *pnext=conn->next;
       conn->next=stream->lru_head;
       stream->lru_head=conn;
@@ -3137,7 +3137,7 @@ static int op_http_stream_seek(void *_stream,opus_int64 _offset,int _whence){
         conn=*pnext;
         continue;
       }
-      /*Sucessfully resurrected this connection.*/
+      /*Successfully resurrected this connection.*/
       *pnext=conn->next;
       conn->next=stream->lru_head;
       stream->lru_head=conn;
diff --git a/MP/code/qcommon/unzip.c b/MP/code/qcommon/unzip.c
index b5043c1..d35965c 100644
--- a/MP/code/qcommon/unzip.c
+++ b/MP/code/qcommon/unzip.c
@@ -151,7 +151,7 @@ typedef struct
 /* ===========================================================================
      Read a byte from a gz_stream; update next_in and avail_in. Return EOF
    for end of file.
-   IN assertion: the stream s has been sucessfully opened for reading.
+   IN assertion: the stream s has been successfully opened for reading.
 */
 
 
diff --git a/SP/code/botlib/be_aas_routetable.c b/SP/code/botlib/be_aas_routetable.c
index dbeb920..c0ed4d0 100644
--- a/SP/code/botlib/be_aas_routetable.c
+++ b/SP/code/botlib/be_aas_routetable.c
@@ -1382,7 +1382,7 @@ qboolean AAS_RT_GetHidePos( vec3_t srcpos, int srcnum, int srcarea, vec3_t destp
 				if ( !destVisLookup[rt->parentLinks[travChild->startParentLinks].parent] ) {
 					// success ?
 					if ( !botimport.AICast_VisibleFromPos( destpos, destnum, ( *aasworld ).areas[pathArea].center, srcnum, qfalse ) ) {
-						// SUCESS !!
+						// SUCCESS !!
 						travParent = &rt->parents[rt->parentLinks[travChild->startParentLinks].parent];
 						break;
 					}
diff --git a/SP/code/opusfile-0.6/src/http.c b/SP/code/opusfile-0.6/src/http.c
index 4a9eaf5..4452456 100644
--- a/SP/code/opusfile-0.6/src/http.c
+++ b/SP/code/opusfile-0.6/src/http.c
@@ -3085,7 +3085,7 @@ static int op_http_stream_seek(void *_stream,opus_int64 _offset,int _whence){
         conn=*pnext;
         continue;
       }
-      /*Sucessfully resurrected this connection.*/
+      /*Successfully resurrected this connection.*/
       *pnext=conn->next;
       conn->next=stream->lru_head;
       stream->lru_head=conn;
@@ -3137,7 +3137,7 @@ static int op_http_stream_seek(void *_stream,opus_int64 _offset,int _whence){
         conn=*pnext;
         continue;
       }
-      /*Sucessfully resurrected this connection.*/
+      /*Successfully resurrected this connection.*/
       *pnext=conn->next;
       conn->next=stream->lru_head;
       stream->lru_head=conn;
diff --git a/SP/code/qcommon/unzip.c b/SP/code/qcommon/unzip.c
index b5043c1..d35965c 100644
--- a/SP/code/qcommon/unzip.c
+++ b/SP/code/qcommon/unzip.c
@@ -151,7 +151,7 @@ typedef struct
 /* ===========================================================================
      Read a byte from a gz_stream; update next_in and avail_in. Return EOF
    for end of file.
-   IN assertion: the stream s has been sucessfully opened for reading.
+   IN assertion: the stream s has been successfully opened for reading.
 */
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list