fixed a typo

This commit is contained in:
2017-02-21 14:55:04 +01:00
parent 07aa67a1a2
commit 261691c040
2 changed files with 4 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ class PStartupHandler : public TObject, public TQObject
PIntVector fColorList; ///< color list
Bool_t StartupFileExists(Char_t *fln);
Bool_t WriteDefaulStartupFile();
Bool_t WriteDefaultStartupFile();
ClassDef(PStartupHandler, 1)
};