소스 검색

v.distance: typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70622 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 8 년 전
부모
커밋
e6068985ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vector/v.distance/main.c

+ 1 - 1
vector/v.distance/main.c

@@ -269,7 +269,7 @@ int main(int argc, char *argv[])
      * dmax= because count may not be nfrom^2. Needs to populate Near[] fully
      * dmax= because count may not be nfrom^2. Needs to populate Near[] fully
      * even if some near features are not found */
      * even if some near features are not found */
     if (print_as_matrix && (min >= 0 || max >= 0))
     if (print_as_matrix && (min >= 0 || max >= 0))
-	G_fatal_error(_("Printng distance matrix not supported with dmin= or dmax="));
+	G_fatal_error(_("Printing distance matrix not supported with dmin= or dmax="));
 
 
     /* alloc */
     /* alloc */
     Upload = (UPLOAD *) G_calloc(i + 1, sizeof(UPLOAD));
     Upload = (UPLOAD *) G_calloc(i + 1, sizeof(UPLOAD));