X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Fwciia.py;h=eaa232f84af956123769219e86af8be0d1f4e67d;hb=b63d8107f0f58418387cbc5445ad3b9341d0e30b;hp=c838819ebe4fb0ba13b479067fb28cdd31fb0f5f;hpb=723c394e43e6da91b95ee98775167870aa1c9e57;p=oota-llvm.git 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)