summaryrefslogtreecommitdiff
path: root/other/fun
diff options
context:
space:
mode:
authorCarlos E. Garcia <carlos@cgarcia.org>2014-04-16 12:08:44 -0400
committerCarlos E. Garcia <carlos@cgarcia.org>2014-04-16 12:14:44 -0400
commitcf33c2f9ad98edc50d50e018e214bb0b6180d96d (patch)
treeb3350486775a95f5774f4352aef38de588a64af7 /other/fun
parent3835bc167b37a0faada3362a1f3a57632d58b6da (diff)
multiple spelling fixes
Diffstat (limited to 'other/fun')
-rw-r--r--other/fun/cracker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/fun/cracker.c b/other/fun/cracker.c
index 9921df31..7b7000de 100644
--- a/other/fun/cracker.c
+++ b/other/fun/cracker.c
@@ -32,7 +32,7 @@ void print_key(uint8_t *client_id)
32int main(int argc, char *argv[]) 32int main(int argc, char *argv[])
33{ 33{
34 if (argc < 2) { 34 if (argc < 2) {
35 printf("usage: ./cracker public_key(or beggining of one in hex format)\n"); 35 printf("usage: ./cracker public_key(or beginning of one in hex format)\n");
36 return 0; 36 return 0;
37 } 37 }
38 38