X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=utils%2Fwciia.py;h=eaa232f84af956123769219e86af8be0d1f4e67d;hp=c838819ebe4fb0ba13b479067fb28cdd31fb0f5f;hb=5476e4426e79043e5e6c383dbac80e5809cf1a14;hpb=723c394e43e6da91b95ee98775167870aa1c9e57 diff --git a/utils/wciia.py b/utils/wciia.py old mode 100644 new mode 100755 index c838819ebe4..eaa232f84af --- a/utils/wciia.py +++ b/utils/wciia.py @@ -110,7 +110,7 @@ if not os.path.exists(path): owners_name = find_owners(path) -# be gramatically correct +# be grammatically correct print "The owner(s) of the (" + path + ") is(are) : " + str(owners_name) exit(0)