Skip to content

Commit 6e8ccc5

Browse files
committed
Fixed a spelling error
1 parent 1f7ce1f commit 6e8ccc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/popenwrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ def Popen(*pargs, **kwargs):
1414
try:
1515
return subprocess.Popen(*pargs,**kwargs)
1616
except OSError:
17-
_logger.error("WWLVM Failed to execute:\n" + pprint.pformat(pargs[0]))
17+
_logger.error("WLLVM Failed to execute:\n" + pprint.pformat(pargs[0]))
1818
raise

0 commit comments

Comments
 (0)