Skip to content

Commit b4a6199

Browse files
committed
Typo: outfilfe -> outfile
1 parent 3ecbab1 commit b4a6199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xssless.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def main():
495495
with open(outfile, 'w') as f:
496496
f.write(payload)
497497
except:
498-
print("Couldn't open file '" + outfilfe + "' for writing.")
498+
print("Couldn't open file '" + outfile + "' for writing.")
499499
sys.exit(1)
500500
else:
501501
print(payload)

0 commit comments

Comments
 (0)