瀏覽代碼

typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41831 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 15 年之前
父節點
當前提交
1ed5450e69
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/vector/diglib/test.c

+ 1 - 1
lib/vector/diglib/test.c

@@ -56,7 +56,7 @@ int main()
     port_off_t = sizeof(off_t);
 
     if (NULL == (fp.file = fopen("test.tmp", "wb+"))) {
-	G_fatal_error(_("Unable tp open test.tmp file"));
+	G_fatal_error(_("Unable to open test.tmp file"));
     }
     fp.loaded = 0;