Skip to content

Commit

Permalink
iwpan: fix small typo, no functional change
Browse files Browse the repository at this point in the history
Obviously there was a small typo within
64a53f3

Signed-off-by: Carsten Schoenert <c.schoenert@t-online.de>
Signed-off-by: Alexander Aring <aar@pengutronix.de>
  • Loading branch information
tijuca authored and Alexander Aring committed Feb 22, 2016
1 parent c0cd51f commit 3b29a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ static int print_phy_handler(struct nl_msg *msg, void *arg)
printf("false,true\n");
break;
default:
printf("unkown\n");
printf("unknown\n");
break;
}
}
Expand Down

0 comments on commit 3b29a31

Please sign in to comment.