From 665d71a41b7f5daf8a8f80e5435337d3bf3670bb Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Thu, 29 Mar 2012 00:53:17 +0200 Subject: [PATCH] isdnlog: fix some spelling mistakes --- isdnlog/Makefile.in | 4 ++-- isdnlog/isdnlog/isdn.conf.5.in | 2 +- isdnlog/isdnlog/isdnlog.c | 2 +- isdnlog/isdnlog/isdnlog.h | 2 +- isdnlog/isdnlog/processor.c | 4 ++-- isdnlog/isdnrep/isdnrep.1.in | 2 +- isdnlog/isdnrep/isdnrep.c | 2 +- isdnlog/tools/rate.c | 2 +- isdnlog/tools/tools.h | 4 ++-- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/isdnlog/Makefile.in b/isdnlog/Makefile.in index 73138961..acbfa1c6 100644 --- a/isdnlog/Makefile.in +++ b/isdnlog/Makefile.in @@ -149,7 +149,7 @@ ## ignored (controlled by ignore_unknown_IE in isdnlog/isdnlog.h). ## - Added some information elements to isdnlog/messages.c. ## - Increased the length of msn (local number) in struct telnum. -## - Fixed seperation of country and area code for long numbers +## - Fixed separation of country and area code for long numbers ## in getDest, tools/dest.c. ## - Changed broken (with gcc 2.95.2) generation of .depend. The old ## output did not consider the location of objectfiles in subdirs. @@ -937,7 +937,7 @@ ## ## Revision 1.115 1999/10/29 19:45:59 akool ## isdnlog-3.60 -## - sucessfully ported/tested to/with: +## - successfully ported/tested to/with: ## - Linux-2.3.24 SMP ## - egcs-2.91.66 ## using -DBIG_PHONE_NUMBERS diff --git a/isdnlog/isdnlog/isdn.conf.5.in b/isdnlog/isdnlog/isdn.conf.5.in index a5f201f4..f78c379b 100644 --- a/isdnlog/isdnlog/isdn.conf.5.in +++ b/isdnlog/isdnlog/isdn.conf.5.in @@ -157,7 +157,7 @@ month. Optional. .B REPOPTIONS General commandline options for isdnrep. The options noted here have the same effect as appended to each isdnrep commandline. Options are -seperated by +separated by .B ; instead of the usual space. .br diff --git a/isdnlog/isdnlog/isdnlog.c b/isdnlog/isdnlog/isdnlog.c index 46e4c916..a6a73bbd 100644 --- a/isdnlog/isdnlog/isdnlog.c +++ b/isdnlog/isdnlog/isdnlog.c @@ -200,7 +200,7 @@ * * Revision 1.52 1999/10/29 19:46:00 akool * isdnlog-3.60 - * - sucessfully ported/tested to/with: + * - successfully ported/tested to/with: * - Linux-2.3.24 SMP * - egcs-2.91.66 * using -DBIG_PHONE_NUMBERS diff --git a/isdnlog/isdnlog/isdnlog.h b/isdnlog/isdnlog/isdnlog.h index bffdd90d..92cb27c0 100644 --- a/isdnlog/isdnlog/isdnlog.h +++ b/isdnlog/isdnlog/isdnlog.h @@ -62,7 +62,7 @@ * ignored (controlled by ignore_unknown_IE in isdnlog/isdnlog.h). * - Added some information elements to isdnlog/messages.c. * - Increased the length of msn (local number) in struct telnum. - * - Fixed seperation of country and area code for long numbers + * - Fixed separation of country and area code for long numbers * in getDest, tools/dest.c. * - Changed broken (with gcc 2.95.2) generation of .depend. The old * output did not consider the location of objectfiles in subdirs. diff --git a/isdnlog/isdnlog/processor.c b/isdnlog/isdnlog/processor.c index 19067a0c..1a04d138 100644 --- a/isdnlog/isdnlog/processor.c +++ b/isdnlog/isdnlog/processor.c @@ -98,7 +98,7 @@ * ignored (controlled by ignore_unknown_IE in isdnlog/isdnlog.h). * - Added some information elements to isdnlog/messages.c. * - Increased the length of msn (local number) in struct telnum. - * - Fixed seperation of country and area code for long numbers + * - Fixed separation of country and area code for long numbers * in getDest, tools/dest.c. * - Changed broken (with gcc 2.95.2) generation of .depend. The old * output did not consider the location of objectfiles in subdirs. @@ -508,7 +508,7 @@ * * Revision 1.85 1999/10/29 19:46:00 akool * isdnlog-3.60 - * - sucessfully ported/tested to/with: + * - successfully ported/tested to/with: * - Linux-2.3.24 SMP * - egcs-2.91.66 * using -DBIG_PHONE_NUMBERS diff --git a/isdnlog/isdnrep/isdnrep.1.in b/isdnlog/isdnrep/isdnrep.1.in index a4e60422..9688d912 100644 --- a/isdnlog/isdnrep/isdnrep.1.in +++ b/isdnlog/isdnrep/isdnrep.1.in @@ -810,7 +810,7 @@ third day of the current month .TP [CC]YY\-MM\-DDThh:mm:ss -specifies a year, a moment, or something between. Each seperator +specifies a year, a moment, or something between. Each separator \'-', 'T', and ':' can be omitted or not. If the first '-' is missing, the century must be given. diff --git a/isdnlog/isdnrep/isdnrep.c b/isdnlog/isdnrep/isdnrep.c index bc244d1d..325e9ce7 100644 --- a/isdnlog/isdnrep/isdnrep.c +++ b/isdnlog/isdnrep/isdnrep.c @@ -2589,7 +2589,7 @@ static void repair(one_call *cur_call) } } /* if zone name first time */ } /* if valid zones_.. index */ - } /* if getRate sucessful */ + } /* if getRate successful */ } /* if DIALOUT && duration > && num[CALLED] */ if (is_defsrc && defsrc.mode == 2) /* do not display default source number */ *cur_call->num[CALLING] = 0; diff --git a/isdnlog/tools/rate.c b/isdnlog/tools/rate.c index c43bf214..b29b503a 100644 --- a/isdnlog/tools/rate.c +++ b/isdnlog/tools/rate.c @@ -2255,7 +2255,7 @@ again: warning (dat, "Unknown tag '%c'", *s); break; } /* /switch tag */ - } /* /while read from current ratefile sucessful */ + } /* /while read from current ratefile successful */ fclose(stream); if (include) { free(files[include]); diff --git a/isdnlog/tools/tools.h b/isdnlog/tools/tools.h index eabd9e1b..66625f33 100644 --- a/isdnlog/tools/tools.h +++ b/isdnlog/tools/tools.h @@ -69,7 +69,7 @@ * ignored (controlled by ignore_unknown_IE in isdnlog/isdnlog.h). * - Added some information elements to isdnlog/messages.c. * - Increased the length of msn (local number) in struct telnum. - * - Fixed seperation of country and area code for long numbers + * - Fixed separation of country and area code for long numbers * in getDest, tools/dest.c. * - Changed broken (with gcc 2.95.2) generation of .depend. The old * output did not consider the location of objectfiles in subdirs. @@ -187,7 +187,7 @@ * * Revision 1.49 1999/10/29 19:46:01 akool * isdnlog-3.60 - * - sucessfully ported/tested to/with: + * - successfully ported/tested to/with: * - Linux-2.3.24 SMP * - egcs-2.91.66 * using -DBIG_PHONE_NUMBERS