[openbsc] 01/01: Patch for fixing spelling errors

Ruben Undheim rubund-guest at moszumanska.debian.org
Wed Feb 10 19:52:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository openbsc.

commit dbb443aa830c80deb5adc8d184b578d7320ba026
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Feb 7 17:57:13 2016 +0100

    Patch for fixing spelling errors
---
 debian/patches/correct_spelling_errors.patch | 104 +++++++++++++++++++++++++++
 debian/patches/series                        |   1 +
 2 files changed, 105 insertions(+)

diff --git a/debian/patches/correct_spelling_errors.patch b/debian/patches/correct_spelling_errors.patch
new file mode 100644
index 0000000..a418bdd
--- /dev/null
+++ b/debian/patches/correct_spelling_errors.patch
@@ -0,0 +1,104 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ openbsc (0.15.0-1) UNRELEASED; urgency=low
+ .
+   * Initial release (Closes: #806583)
+Author: Ruben Undheim <ruben.undheim at gmail.com>
+Bug-Debian: https://bugs.debian.org/806583
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: https://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- openbsc-0.15.0.orig/openbsc/src/ipaccess/ipaccess-config.c
++++ openbsc-0.15.0/openbsc/src/ipaccess/ipaccess-config.c
+@@ -797,11 +797,11 @@ static void print_usage(void)
+ static void print_help(void)
+ {
+ #if 0
+-	printf("Commmands for reading from the BTS:\n");
++	printf("Commands for reading from the BTS:\n");
+ 	printf("  -D --dump\t\t\tDump the BTS configuration\n");
+ 	printf("\n");
+ #endif
+-	printf("Commmands for writing to the BTS:\n");
++	printf("Commands for writing to the BTS:\n");
+ 	printf("  -u --unit-id UNIT_ID\t\tSet the Unit ID of the BTS\n");
+ 	printf("  -o --oml-ip IP\t\tSet primary OML IP (IP of your BSC)\n");
+ 	printf("  -i --ip-address IP/MASK\tSet static IP address + netmask of BTS\n");
+--- openbsc-0.15.0.orig/openbsc/src/libbsc/abis_om2000_vty.c
++++ openbsc-0.15.0/openbsc/src/libbsc/abis_om2000_vty.c
+@@ -327,7 +327,7 @@ DEFUN(om2k_con_list_tei, om2k_con_list_t
+ 
+ DEFUN(cfg_bts_is_conn_list, cfg_bts_is_conn_list_cmd,
+ 	"is-connection-list (add|del) <0-2047> <0-2047> <0-255>",
+-	"Interface Switch Connnection List\n"
++	"Interface Switch Connection List\n"
+ 	"Add to IS list\n" "Delete from IS list\n"
+ 	"ICP1\n" "ICP2\n" "Contiguity Index\n")
+ {
+--- openbsc-0.15.0.orig/openbsc/src/libbsc/bsc_api.c
++++ openbsc-0.15.0/openbsc/src/libbsc/bsc_api.c
+@@ -136,7 +136,7 @@ static void assignment_t10_timeout(void
+ 	struct gsm_subscriber_connection *conn =
+ 		(struct gsm_subscriber_connection *) _conn;
+ 
+-	LOGP(DMSC, LOGL_ERROR, "Assigment T10 timeout on %p\n", conn);
++	LOGP(DMSC, LOGL_ERROR, "Assignment T10 timeout on %p\n", conn);
+ 
+ 	/*
+ 	 * normal release on the secondary channel but only if the
+@@ -476,7 +476,7 @@ static void handle_ass_fail(struct gsm_s
+ 
+ 	gh = msgb_l3(msg);
+ 	if (msgb_l3len(msg) - sizeof(*gh) != 1) {
+-		LOGP(DMSC, LOGL_ERROR, "assignemnt failure unhandled: %zu\n",
++		LOGP(DMSC, LOGL_ERROR, "assignment failure unhandled: %zu\n",
+ 		     msgb_l3len(msg) - sizeof(*gh));
+ 		rr_failure = NULL;
+ 	} else {
+--- openbsc-0.15.0.orig/openbsc/src/libmsc/smpp_vty.c
++++ openbsc-0.15.0/openbsc/src/libmsc/smpp_vty.c
+@@ -385,7 +385,7 @@ DEFUN(cfg_no_esme_defaultroute, cfg_esme
+ 
+ DEFUN(cfg_esme_del_src_imsi, cfg_esme_del_src_imsi_cmd,
+ 	"deliver-src-imsi",
+-	"Enable the use of IMSI as source addres in DELIVER")
++	"Enable the use of IMSI as source address in DELIVER")
+ {
+ 	struct osmo_smpp_acl *acl = vty->index;
+ 
+@@ -396,7 +396,7 @@ DEFUN(cfg_esme_del_src_imsi, cfg_esme_de
+ 
+ DEFUN(cfg_esme_no_del_src_imsi, cfg_esme_no_del_src_imsi_cmd,
+ 	"no deliver-src-imsi", NO_STR
+-	"Disable the use of IMSI as source addres in DELIVER")
++	"Disable the use of IMSI as source address in DELIVER")
+ {
+ 	struct osmo_smpp_acl *acl = vty->index;
+ 
+--- openbsc-0.15.0.orig/openbsc/src/osmo-bsc/osmo_bsc_vty.c
++++ openbsc-0.15.0/openbsc/src/osmo-bsc/osmo_bsc_vty.c
+@@ -688,7 +688,7 @@ DEFUN(cfg_msc_no_acc_lst_name,
+ DEFUN(cfg_net_bsc_mid_call_text,
+       cfg_net_bsc_mid_call_text_cmd,
+       "mid-call-text .TEXT",
+-      "Set the USSD notifcation to be send.\n" "Text to be sent\n")
++      "Set the USSD notification to be send.\n" "Text to be sent\n")
+ {
+ 	struct osmo_bsc_data *data = osmo_bsc_data(vty);
+ 	char *txt = argv_concat(argv, argc, 0);
diff --git a/debian/patches/series b/debian/patches/series
index 5409420..807328b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix_include_dir.patch
 temporarily_skip_test.patch
 set_version_explicitly.patch
+correct_spelling_errors.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openbsc.git



More information about the debian-science-commits mailing list