소스 검색

typo in comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59134 15284696-431f-4ddb-bdfa-cd5b030d7da7
Štěpán Turek 11 년 전
부모
커밋
912c2c5a04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/imagery/iclass_perimeter.c

+ 1 - 1
lib/imagery/iclass_perimeter.c

@@ -177,7 +177,7 @@ int make_perimeter(struct line_pnts *points, IClass_perimeter * perimeter,
 	G_debug(5, "iclass_make_perimeter(): points: x: %f y: %f",
 	G_debug(5, "iclass_make_perimeter(): points: x: %f y: %f",
 		points->x[i], points->y[i]);
 		points->x[i], points->y[i]);
 
 
-    /* This functions are no longer used because of the different behaviour 
+    /* This functions are no longer used because of the different behavior 
        of Rast_easting_to_col depending whether location is LL or not. 
        of Rast_easting_to_col depending whether location is LL or not. 
        It makes problem  in  interactive scatter plot tool, 
        It makes problem  in  interactive scatter plot tool, 
        which defines its own coordinates systems for the plots and 
        which defines its own coordinates systems for the plots and