ether / ep_email_notifications

Subscribe to a pad and recieve an email when someone edits your pad
Apache License 2.0
10 stars 14 forks source link

s/recieve/receive/ (n times) #2

Closed Wikinaut closed 11 years ago

Wikinaut commented 11 years ago

s/recieve/receive/

Several times recieve in your current code.

grep -rl recieve * | xargs sed -i -e 's/recieve/receive/'

JohnMcLear commented 11 years ago

go for it.