Browse Source

minor whitespace in comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56460 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 12 years ago
parent
commit
235ee62f68
1 changed files with 1 additions and 1 deletions
  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:
 	    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.message(_("Processing horizontal slice %d of %d [%.15g,%.15g) ...")
 		        % (i, region['depths'], zrange_min, zrange_max))