From 21647846705f402ae182a4a7a9ea74fc88b62149 Mon Sep 17 00:00:00 2001 From: Kira Obrezkova Date: Sun, 5 Aug 2018 20:53:25 +0000 Subject: This patch fixes typos on which Lintian complains Change-Id: I657c694a9a7474182a97f90aa8424403ca9c58db --- src/m3ua.c | 2 +- stp/stp_main.c | 2 +- 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"); } -- cgit v1.2.3