ソースを参照

minor whitespace in comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56460 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 年 前
コミット
235ee62f68
1 ファイル変更1 行追加1 行削除
  1. 1 1
      scripts/r3.in.xyz/r3.in.xyz.py

+ 1 - 1
scripts/r3.in.xyz/r3.in.xyz.py

@@ -277,7 +277,7 @@ def main():
         else:
         else:
 	    zrange_max = region['b'] + (region['tbres'] * i)
 	    zrange_max = region['b'] + (region['tbres'] * i)
 
 
-        # spawn depth layerimport  job in the background
+        # spawn depth layer import job in the background
         #grass.debug("slice %d, <%s>  %% %d" % (band, image[band], band % workers))
         #grass.debug("slice %d, <%s>  %% %d" % (band, image[band], band % workers))
         grass.message(_("Processing horizontal slice %d of %d [%.15g,%.15g) ...")
         grass.message(_("Processing horizontal slice %d of %d [%.15g,%.15g) ...")
 		        % (i, region['depths'], zrange_min, zrange_max))
 		        % (i, region['depths'], zrange_min, zrange_max))