Revision: 3888 http://geany.svn.sourceforge.net/geany/?rev=3888&view=rev Author: ntrel Date: 2009-06-22 15:08:44 +0000 (Mon, 22 Jun 2009)
Log Message: ----------- Minor typos.
Modified Paths: -------------- trunk/src/main.c
Modified: trunk/src/main.c =================================================================== --- trunk/src/main.c 2009-06-21 21:19:43 UTC (rev 3887) +++ trunk/src/main.c 2009-06-22 15:08:44 UTC (rev 3888) @@ -396,9 +396,9 @@ * This is a convenience function to set up gettext for internationalisation support * in external plugins. You should call this function early in @ref plugin_init(). * If the macro HAVE_LOCALE_H is defined, @a setlocale(LC_ALL, "") is called. - * The codeset for the mesaage translations is set to UTF-8. + * The codeset for the message translations is set to UTF-8. * - * Note that this function only setup the gettext textdomain for you. You still have + * Note that this function only setups the gettext textdomain for you. You still have * to adjust the build system of your plugin to get internationalisation support * working properly. *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.