<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39725 >

This transaction appears to have no content
Two more small typos in debug messages for the client

Joan
Two more small typos in debug messages for the client

Joan
Index: gui-sdl/gui_string.c
===================================================================
--- gui-sdl/gui_string.c	(revision 13643)
+++ gui-sdl/gui_string.c	(working copy)
@@ -279,7 +279,7 @@
     freelog(LOG_DEBUG,
             _("SDL_create_str16_surf: Font is generally %d big, and "
               "string is %hd big"), TTF_FontHeight(pString->font), pText->h);
-    freelog(LOG_DEBUG, _("SDL_create_str16_surf: String is %d lenght"),
+    freelog(LOG_DEBUG, _("SDL_create_str16_surf: String is %d length"),
             pText->w);
   } else {
     freelog(LOG_DEBUG, "SDL_create_str16_surf: pText NULL");
Index: audio.c
===================================================================
--- audio.c	(revision 13643)
+++ audio.c	(working copy)
@@ -256,7 +256,7 @@
   freelog(LOG_ERROR,
     _("No real audio subsystem managed to initialize!"));
   freelog(LOG_ERROR,
-    _("Perhaps there is some misconfigurationg or bad permissions"));
+    _("Perhaps there is some misconfiguration or bad permissions"));
   freelog(LOG_NORMAL, _("Proceeding with sound support disabled"));
 }
 
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to