Fixed: Typos

This commit is contained in:
kervala 2016-11-19 21:07:52 +01:00
parent 079e7bdc6b
commit d5e75314f8
2 changed files with 2 additions and 2 deletions

View file

@ -209,7 +209,7 @@ class RPO : public PatchObject
void GetClassName(TSTR& s) {s.FromUTF8("Rykol Patch Object");} void GetClassName(TSTR& s) {s.FromUTF8("Rykol Patch Object");}
RefTargetHandle Clone ( RemapDir &remap ); RefTargetHandle Clone ( RemapDir &remap );
RefResult NotifyRefChanged (Interval changeInt, RefTargetHandle hTarget, PartID& partID, RefMessage message); RefResult NotifyRefChanged (const Interval& changeInt, RefTargetHandle hTarget, PartID& partID, RefMessage message, BOOL propagate);
int NumSubs() int NumSubs()
{ {

View file

@ -120,7 +120,7 @@ int main(int argc, char *argv[])
// define commandline arguments // define commandline arguments
QCommandLineParser parser; QCommandLineParser parser;
parser.setApplicationDescription(QApplication::tr("Instalation and launcher tool for Ryzom")); parser.setApplicationDescription(QApplication::tr("Installation and launcher tool for Ryzom"));
parser.addHelpOption(); parser.addHelpOption();
QCommandLineOption uninstallOption(QStringList() << "u" << "uninstall", QApplication::tr("Uninstall")); QCommandLineOption uninstallOption(QStringList() << "u" << "uninstall", QApplication::tr("Uninstall"));