Corrected message in error reporting "content dir" instead of "config dir"

in one location.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1404 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-08-03 04:32:35 +00:00
parent 8ed46a7cd6
commit 445c95b6b3
+1 -1
View File
@@ -99,7 +99,7 @@ prepareConfigDir (void) {
uio_FSTYPE_STDIO, NULL, NULL, buf, autoMount,
uio_MOUNT_TOP, NULL);
if (contentHandle == NULL) {
fprintf (stderr, "Fatal error: Couldn't mount content dir: %s\n",
fprintf (stderr, "Fatal error: Couldn't mount config dir: %s\n",
strerror (errno));
exit (EXIT_FAILURE);
}