Changed: #878 Fix typos in comments/code

This commit is contained in:
kervala 2010-10-02 14:25:36 +02:00
parent 7e193112d0
commit 6fb3465433
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@
# *and* AC_SUBST(LIBTOOL_VERSION) # *and* AC_SUBST(LIBTOOL_VERSION)
AC_PREREQ(2.57) AC_PREREQ(2.57)
AC_INIT([nel],[0.5.0],[nel-all@nevrax.org]) AC_INIT([nel],[0.7.0],[nel-all@nevrax.org])
AM_INIT_AUTOMAKE([tar-ustar]) AM_INIT_AUTOMAKE([tar-ustar])
AC_CONFIG_SRCDIR(include/nel/misc/types_nl.h) AC_CONFIG_SRCDIR(include/nel/misc/types_nl.h)
@ -215,7 +215,7 @@ else
SAMPLE_SUBDIR="samples" SAMPLE_SUBDIR="samples"
fi fi
# Enable/disable samples compilation. # Enable/disable tools compilation.
AC_ARG_ENABLE([tools], AC_ARG_ENABLE([tools],
AC_HELP_STRING([--disable-tools], AC_HELP_STRING([--disable-tools],
[disable tools code]), [disable tools code]),

View file

@ -5849,7 +5849,7 @@
force_keep="#index" force_keep="#index"
itemdb="UI:glob_var:help:#index:BUILD_ITEMS" itemdb="UI:glob_var:help:#index:BUILD_ITEMS"
posparent="text" /> posparent="text" />
<!-- For Comsetic only 3D preview --> <!-- For Cosmetic only 3D preview -->
<group id="char3d" <group id="char3d"
posref="TL TL" posref="TL TL"
sizeref="w" sizeref="w"

View file

@ -351,7 +351,7 @@ void CChatWindow::setCommand(const std::string &command, bool execute)
void CChatWindow::setCommand(const ucstring &command,bool execute) void CChatWindow::setCommand(const ucstring &command,bool execute)
{ {
if (!_EB) return; if (!_EB) return;
_EB->setCommand(ucstring(command), execute); _EB->setCommand(command, execute);
} }