summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}