Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
Changed "apped" to "append"
  • Loading branch information
Qwokka committed Nov 10, 2014
1 parent 57d3f44 commit 971569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nosqlmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ def errorTest (errorCheck,testNum):
return True

elif testNum == 2:
possAddrs.apped(str(gtDict))
possAddrs.append(str(gtDict))
return True

else:
Expand Down

0 comments on commit 971569b

Please sign in to comment.