summaryrefslogtreecommitdiffstats
path: root/genext.c
diff options
context:
space:
mode:
authorSuper User2007-10-01 09:54:51 +0200
committerSuper User2007-10-01 09:54:51 +0200
commitc01315204bbfc920f9cb674835226e9f71ab4089 (patch)
tree4b6e1ffcdab18478a50b008c84719c8ef81eaf39 /genext.c
parentaudio recording fix by Xuan (diff)
downloadlcr-c01315204bbfc920f9cb674835226e9f71ab4089.tar.gz
lcr-c01315204bbfc920f9cb674835226e9f71ab4089.tar.xz
lcr-c01315204bbfc920f9cb674835226e9f71ab4089.zip
some small conference jingle fixes
changed description of interface in settings.
Diffstat (limited to 'genext.c')
-rw-r--r--genext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/genext.c b/genext.c
index cab89ad..447c675 100644
--- a/genext.c
+++ b/genext.c
@@ -63,7 +63,7 @@ int main(int argc, char *argv[])
{
printf("Usage: %s <extension> <interfaces> <callerid>\n\n", argv[0]);
printf("extension: any number for the extension (e.g 200)\n");
- printf("interfaces: internal interface(es) to reach extension (seperated by commas. e.g Int1,Int2)\n");
+ printf("interfaces: internal interface(s) to reach extension (seperated by commas. e.g Int1,Int2)\n");
printf("callerid: normal undefined called is (use what your telco assigned you)\n");
return(0);
}