summaryrefslogtreecommitdiffstats
path: root/ax25
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2015-05-01 23:47:32 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-01 23:55:48 +0200
commit62ceba5818d888041adbd466e8c67a8104bcf4fa (patch)
tree1541495ae923e99042b95588a7c5f9c04950af35 /ax25
parent51c13129a416762143ecd0ff431e250a8a354282 (diff)
Fix typo SIOCAX25CTLCON in perror()
Signed-off-by: Thomas Osterried <thomas@osterried.de>
Diffstat (limited to 'ax25')
-rw-r--r--ax25/axctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25/axctl.c b/ax25/axctl.c
index e198e97..3186229 100644
--- a/ax25/axctl.c
+++ b/ax25/axctl.c
@@ -85,7 +85,7 @@ int main(int argc, char **argv)
ax25_ctl.digi_count = 0;
if (ioctl(s, SIOCAX25CTLCON, &ax25_ctl) != 0) {
- perror("axctl: SIOAX25CTLCON");
+ perror("axctl: SIOCAX25CTLCON");
return 1;
}