X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2Fwciia.py;h=eaa232f84af956123769219e86af8be0d1f4e67d;hb=2dac14a8f525e2e15e70053889d44de7c2521efc;hp=c838819ebe4fb0ba13b479067fb28cdd31fb0f5f;hpb=3c13c3ebdd545d0fafd24f60315641c0e033a4d9;p=oota-llvm.git diff --git a/utils/wciia.py b/utils/wciia.py index c838819ebe4..eaa232f84af 100755 --- 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)