URL:
  <http://gna.org/bugs/?19564>

                 Summary: pair of spelling mistakes
                 Project: Freeciv
            Submitted by: kgoetz
            Submitted on: Mon 19 Mar 2012 08:20:16 PM CST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
                 Release: 
         Discussion Lock: Any
        Operating System: GNU/Linux
         Planned Release: 

    _______________________________________________________

Details:

Hi,
The 2.3.1 we have has a couple of typos. At least one is still in freeciv, but
i couldn't find where voting.c went.


diff --git a/server/handchat.c b/server/handchat.c
index 659fd10..0ae7dd1 100644
--- a/server/handchat.c
+++ b/server/handchat.c
@@ -116,7 +116,7 @@ static void complain_ambiguous(struct connection *pconn,
const char *name,
                 _("%s is an anonymous name. Use connection name."), name);
     break;
   default:
-    log_error("Unkown variant in %s(): %d.", __FUNCTION__, player_conn);
+    log_error("Unknown variant in %s(): %d.", __FUNCTION__, player_conn);
   }
 }
 
diff --git a/server/voting.c b/server/voting.c
index 35e5008..86933c9 100644
--- a/server/voting.c
+++ b/server/voting.c
@@ -433,7 +433,7 @@ static void check_vote(struct vote *pvote)
       break;
     }
 
-    log_error("Unkown vote cast variant: %d.", pvc->vote_cast);
+    log_error("Unknown vote cast variant: %d.", pvc->vote_cast);
     pvote->abstain++;
   } vote_cast_list_iterate_end;
 





    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?19564>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to