CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Yann Dirson <[EMAIL PROTECTED]> 05/05/17 22:18:30

Modified files:
        src            : help.hpp 

Log message:
        typo

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/help.hpp.diff?tr1=1.18&tr2=1.19&r1=text&r2=text

Patches:
Index: wesnoth/src/help.hpp
diff -u wesnoth/src/help.hpp:1.18 wesnoth/src/help.hpp:1.19
--- wesnoth/src/help.hpp:1.18   Sat Mar 19 10:26:43 2005
+++ wesnoth/src/help.hpp        Tue May 17 22:18:30 2005
@@ -44,7 +44,7 @@
 
 /// Open the help browser. The help browser will have the topic with id
 /// show_topic open if it is not the empty string. The default topic
-/// will be shown if show_topic sis the empty string.
+/// will be shown if show_topic is the empty string.
 void show_help(display &disp, const std::string show_topic="", int xloc=-1, 
int yloc=-1);
 
 } // End namespace help.


Reply via email to