git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45453 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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);
}