summaryrefslogtreecommitdiff
path: root/ratox.c
diff options
context:
space:
mode:
Diffstat (limited to 'ratox.c')
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index af7635b..f6c0c25 100644
--- a/ratox.c
+++ b/ratox.c
@@ -1831,7 +1831,7 @@ loop(void)
case av_CallNonExistant:
toxav_call(toxav, &f->av.num, f->num, &toxavconfig, RINGINGDELAY);
f->av.state = av_CallInviting;
- printout(": %s : Tx AV > Calling\n", f->name);
+ printout(": %s : Tx AV > Inviting\n", f->name);
break;
case av_CallActive:
sendfriendcalldata(f);