Skip to content

Commit

Permalink
Spelling :)
Browse files Browse the repository at this point in the history
  • Loading branch information
moeffju committed Apr 21, 2012
1 parent 1f1ebd2 commit 8c96ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arduino/ratpack_workshop/ratpack_workshop.ino
Expand Up @@ -30,7 +30,7 @@ void setup(){
WiFly.begin(); WiFly.begin();


if (WiFly.join(ssid, passphrase)) { if (WiFly.join(ssid, passphrase)) {
Serial.println("associted with wifly network."); Serial.println("Associated with WiFly network.");
} }
else { else {
Serial.println("Association failed."); Serial.println("Association failed.");
Expand Down

0 comments on commit 8c96ed5

Please sign in to comment.