aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKira Obrezkova <kiraobrezkova@gmail.com>2018-08-05 20:53:25 +0000
committerlaforge <laforge@gnumonks.org>2019-07-17 10:56:37 +0000
commit21647846705f402ae182a4a7a9ea74fc88b62149 (patch)
tree321a9dc4e20280c68956f8c6298c9e9053b321b8
parentfdff85b8d58eeae4f3216c507c5763a1b452d1d1 (diff)
This patch fixes typos on which Lintian complains
-rw-r--r--src/m3ua.c2
-rw-r--r--stp/stp_main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/m3ua.c b/src/m3ua.c
index d7ede40..d733b51 100644
--- a/src/m3ua.c
+++ b/src/m3ua.c
@@ -91,7 +91,7 @@ const struct value_string m3ua_ntfy_stchg_names[] = {
};
const struct value_string m3ua_ntfy_other_names[] = {
- { M3UA_NOTIFY_I_OT_INS_RES, "Insufficient ASP Resouces active in AS" },
+ { M3UA_NOTIFY_I_OT_INS_RES, "Insufficient ASP Resources active in AS" },
{ M3UA_NOTIFY_I_OT_ALT_ASP_ACT, "Alternative ASP Active" },
{ M3UA_NOTIFY_I_OT_ASP_FAILURE, "ASP Failure" },
{ 0, NULL }
diff --git a/stp/stp_main.c b/stp/stp_main.c
index 6a47403..ff33959 100644
--- a/stp/stp_main.c
+++ b/stp/stp_main.c
@@ -85,7 +85,7 @@ static struct {
static void print_help(void)
{
printf(" -h --help This text.\n");
- printf(" -D --daemonize Fork teh process into a background daemon\n");
+ printf(" -D --daemonize Fork the process into a background daemon\n");
printf(" -c --config-file filename The config file to use. Default: ./osmo-stp.cfg\n");
printf(" -V --version Print the version of OsmoSTP\n");
}