1
0
Fork 0

do_save: s/reading/writing/ in the error message

This commit is contained in:
mfranz 2009-02-01 23:44:36 +00:00 committed by Tim Moore
parent 58a2927aaf
commit d9e9331422

View file

@ -357,7 +357,7 @@ do_save (const SGPropertyNode * arg)
file += ".sav";
if (!fgValidatePath(file.c_str(), false)) {
SG_LOG(SG_IO, SG_ALERT, "save: reading '" << file << "' denied "
SG_LOG(SG_IO, SG_ALERT, "save: writing '" << file << "' denied "
"(unauthorized access)");
return false;
}