Bug#772493: [PATCH] koules: correct a few spelling mistakes
    Raphael Geissert 
    geissert at debian.org
       
    Sun Dec  7 19:57:59 UTC 2014
    
    
  
Source: koules
Source-Version: 1.4-22
Tags: patch
Severity: minor
Hi,
Just to correct a few spelling mistakes I found at random in the Debian
archive.
Cheers.
---
Index: koules-1.4-22/server.c
===================================================================
--- koules-1.4-22/server.c
+++ koules-1.4-22/server.c
@@ -341,9 +341,9 @@
   PUTCHAR (buffer + 1, nrockets)
     ssendallreliable (buffer, HEADSIZE + 1);
   if (registered == connected)
     {
+      printf ("All clients successfully registered. Entering configure mode\n");
-      printf ("All clients sucesfully registered. Entering configure mode\n");
       close (Socket), Socket = -1;
       PUTHEAD (CMENU2);
       ssendallreliable (buffer, HEADSIZE);
     }
@@ -377,9 +377,9 @@
      ready[client]=0;
      ssend ( client,buffer, HEADSIZE+2); */
   if (registered == connected)
     {
+      printf ("All clients successfully registered. Starting game\n");
-      printf ("All clients sucesfully registered. Starting game\n");
       PUTHEAD (CGAME);
       ssendallreliable (buffer, HEADSIZE);
       gamemode = GAME;
       gameplan = servergameplan;
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
    
    
More information about the Pkg-games-devel
mailing list