laforge has submitted this change and it was merged. (
https://gerrit.osmocom.org/c/libosmo-sccp/+/14803 )
Change subject: This patch fixes typos on which Lintian complains
......................................................................
This patch fixes typos on which Lintian complains
Change-Id: I657c694a9a7474182a97f90aa8424403ca9c58db
---
M src/m3ua.c
M stp/stp_main.c
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, approved
Jenkins Builder: Verified
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_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 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");
}
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/14803
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I657c694a9a7474182a97f90aa8424403ca9c58db
Gerrit-Change-Number: 14803
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged