浏览代码

typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45453 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 14 年之前
父节点
当前提交
53513cc843
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/vector/Vlib/ascii.c

+ 1 - 1
lib/vector/Vlib/ascii.c

@@ -423,7 +423,7 @@ int Vect_write_ascii(FILE *ascii,
 	    break;
 	default:
 	    ctype = 'X';
-	    G_warning(_("Uknown feature type %d"), (int)type);
+	    G_warning(_("Unknown feature type %d"), (int)type);
 	    break;
 	}