build: spelling fix, and syntax highlighting fix
authorAndrew Tridgell <tridge@samba.org>
Fri, 19 Mar 2010 09:30:14 +0000 (20:30 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:26:55 +0000 (20:26 +1000)
source4/wscript

index 06206435f21a127bff374c57839b5c8f5c2e8aed..23ea975a9e4edad697dd29522febfa55d007b937 100644 (file)
@@ -77,11 +77,11 @@ def etags(ctx):
     os.system(cmd)
 
 def ctags(ctx):
-    '''build 'tags' file using ctags'''
+    "build 'tags' file using ctags"
     import Utils
     source_root = os.path.dirname(Utils.g_module.root_path)
     cmd = 'ctags $(find %s/.. -name "*.[ch]" | grep -v "*_proto\.h")' % source_root
-    print "Rinning: %s" % cmd
+    print "Running: %s" % cmd
     os.system(cmd)
 
 # putting this here enabled build in the list