* fix typo in fatal error msg * fix typo in doc, delete unnecessary and wrong comment * fix typo also in po files (by @neteler)
@@ -41139,7 +41139,7 @@ msgstr "نوع غير معروف"
#: ../vector/v.distance/main.c:674
#, fuzzy
-msgid "No categories for 'from' for slected type and layer"
+msgid "No categories for 'from' for selected type and layer"
msgstr "%d فئات محملة من الجدول\n"
#: ../vector/v.distance/main.c:702
@@ -36610,7 +36610,7 @@ msgid "Incompatible column types"
msgstr ""
@@ -36859,7 +36859,7 @@ msgid "Incompatible column types"
msgstr "Nekompatibilní typy sloupců"
@@ -36739,7 +36739,7 @@ msgid "Incompatible column types"
msgstr "Inkompatible Spaltentypen."
@@ -36621,7 +36621,7 @@ msgid "Incompatible column types"
@@ -36766,7 +36766,7 @@ msgid "Incompatible column types"
msgstr "Tipos de columnas incompatibles"
msgstr "No hay categorías para 'from' para tipo y capa seleccionados"
@@ -36612,7 +36612,7 @@ msgid "Incompatible column types"
@@ -36698,7 +36698,7 @@ msgid "Incompatible column types"
@@ -36611,7 +36611,7 @@ msgid "Incompatible column types"
@@ -36542,7 +36542,7 @@ msgid "Incompatible column types"
@@ -36707,7 +36707,7 @@ msgid "Incompatible column types"
msgstr "Tipi di colonna incompatibili"
@@ -36647,7 +36647,7 @@ msgid "Incompatible column types"
msgstr "不適合の列型"
@@ -36563,7 +36563,7 @@ msgid "Incompatible column types"
@@ -38185,7 +38185,7 @@ msgid "Incompatible column types"
@@ -36768,7 +36768,7 @@ msgid "Incompatible column types"
@@ -36642,7 +36642,7 @@ msgid "Incompatible column types"
@@ -36644,7 +36644,7 @@ msgid "Incompatible column types"
@@ -36688,7 +36688,7 @@ msgid "Incompatible column types"
@@ -36748,7 +36748,7 @@ msgid "Incompatible column types"
@@ -41426,7 +41426,7 @@ msgstr "Nepoznan tip"
msgstr "%d kategorij naloženih iz tabele\n"
@@ -36613,7 +36613,7 @@ msgid "Incompatible column types"
@@ -36550,7 +36550,7 @@ msgid "Incompatible column types"
@@ -36640,7 +36640,7 @@ msgid "Incompatible column types"
@@ -36745,7 +36745,7 @@ msgid "Incompatible column types"
@@ -36555,7 +36555,7 @@ msgid "Incompatible column types"
@@ -34070,7 +34070,7 @@ msgid "Incompatible column types"
@@ -671,7 +671,7 @@ int main(int argc, char *argv[])
nfcats);
if (nfcats == 0)
- G_fatal_error(_("No categories for 'from' for slected type and layer"));
+ G_fatal_error(_("No categories for 'from' for selected type and layer"));
/* Sort by cats and remove duplicates */
qsort((void *)Near, nfcats, sizeof(NEAR), cmp_near);
@@ -172,7 +172,7 @@ g.remove -f type=vector name=vdistance_vectors_raw
v.db.addtable map=vdistance_vectors column="length DOUBLE"
v.to.db map=vdistance_vectors option=length column=length
-# calculcate statistics. Use v.univar.sh for extended statistics.
+# calculate statistics
v.univar vdistance_vectors column=length
</pre></div>