[GRASS-SVN] r38763 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 17 01:47:17 EDT 2009


Author: hamish
Date: 2009-08-17 01:47:17 -0400 (Mon, 17 Aug 2009)
New Revision: 38763

Modified:
   grass/trunk/lib/gis/home.c
Log:
wording

Modified: grass/trunk/lib/gis/home.c
===================================================================
--- grass/trunk/lib/gis/home.c	2009-08-17 05:44:32 UTC (rev 38762)
+++ grass/trunk/lib/gis/home.c	2009-08-17 05:47:17 UTC (rev 38763)
@@ -110,7 +110,7 @@
     int ret;
     ret = G_mkdir(rcpath);
     if (ret == -1 && errno != EEXIST)
-	G_fatal_error(_("Cannot create directory [%s]"), rcpath);
+	G_fatal_error(_("Failed to create directory [%s]"), rcpath);
 #endif
 
     return G_store(rcpath);



More information about the grass-commit mailing list