Skip to content

Commit

Permalink
Fix misspelt variable 'parmatag'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 30, 2009
1 parent a462738 commit 138301f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pastebinit
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ try:
elif param == 'parentpid':
params[paramname] = doParentFixup(website, paramname, parentpid)
elif param == 'permatag':
params[paramname] = parmatag
params[paramname] = permatag
elif param == 'username':
params[paramname] = username
elif param == 'password':
Expand Down

0 comments on commit 138301f

Please sign in to comment.