[Pkg-voip-commits] [sngrep] 04/06: fix typos thanks to lintian

Victor Seva vseva at moszumanska.debian.org
Mon Sep 19 12:41:27 UTC 2016


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

vseva pushed a commit to branch master
in repository sngrep.

commit 0d07151108dbc202cf66c15296c703fe9853a6a6
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date:   Mon Sep 19 14:31:13 2016 +0200

    fix typos thanks to lintian
    
    > I: sngrep: spelling-error-in-binary usr/bin/sngrep arround around
    > I: sngrep: spelling-error-in-binary usr/bin/sngrep hightlight highlight
    
    https://github.com/irontec/sngrep/pull/147
---
 .../patches/0001-fix-typos-thanks-to-lintian.patch | 36 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/0001-fix-typos-thanks-to-lintian.patch b/debian/patches/0001-fix-typos-thanks-to-lintian.patch
new file mode 100644
index 0000000..cea6751
--- /dev/null
+++ b/debian/patches/0001-fix-typos-thanks-to-lintian.patch
@@ -0,0 +1,36 @@
+From 89422dbafbcd95b169426ef11db9c7ac2d39eed3 Mon Sep 17 00:00:00 2001
+From: Victor Seva <vseva at sipwise.com>
+Date: Mon, 19 Sep 2016 14:27:15 +0200
+Subject: [PATCH] fix typos thanks to lintian
+
+> I: sngrep: spelling-error-in-binary usr/bin/sngrep arround around
+> I: sngrep: spelling-error-in-binary usr/bin/sngrep hightlight highlight
+---
+ src/curses/ui_settings.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/curses/ui_settings.c b/src/curses/ui_settings.c
+index 83a3838..d765f0b 100644
+--- a/src/curses/ui_settings.c
++++ b/src/curses/ui_settings.c
+@@ -68,7 +68,7 @@ settings_entry_t entries[] = {
+     { CAT_SETTINGS_CAPTURE,    FLD_SETTINGS_SIP_NOINCOMPLETE,   SETTING_SIP_NOINCOMPLETE,   "Capture full transactions ................." },
+     { CAT_SETTINGS_CAPTURE,    FLD_SETTINGS_SAVEPATH,           SETTING_SAVEPATH,           "Default Save path ........................." },
+     { CAT_SETTINGS_CALL_FLOW,  FLD_SETTINGS_CF_FORCERAW,        SETTING_CF_FORCERAW,        "Show message preview panel ................" },
+-    { CAT_SETTINGS_CALL_FLOW,  FLD_SETTINGS_CF_HIGHTLIGHT,      SETTING_CF_HIGHTLIGHT,      "Selected message hightlight ..............." },
++    { CAT_SETTINGS_CALL_FLOW,  FLD_SETTINGS_CF_HIGHTLIGHT,      SETTING_CF_HIGHTLIGHT,      "Selected message highlight ................" },
+     { CAT_SETTINGS_CALL_FLOW,  FLD_SETTINGS_CF_LOCALHIGHLIGHT,  SETTING_CF_LOCALHIGHLIGHT,  "Highlight local addresses ................." },
+     { CAT_SETTINGS_CALL_FLOW,  FLD_SETTINGS_CF_SPLITCACALLID,   SETTING_CF_SPLITCALLID,     "Merge columns with same address ..........." },
+     { CAT_SETTINGS_CALL_FLOW,  FLD_SETTINGS_CF_SDPONLY,         SETTING_CF_SDP_INFO,        "Show SDP information in messages .........." },
+@@ -191,7 +191,7 @@ settings_create(ui_t *ui)
+     mvwaddch(ui->win, 6, ui->width - 1, ACS_RTEE);
+     wattroff(ui->win, COLOR_PAIR(CP_BLUE_ON_DEF));
+     wattron(ui->win, COLOR_PAIR(CP_CYAN_ON_DEF));
+-    mvwprintw(ui->win, 3, 1, " Use arrow keys, PgUp, PgDown and Tab to move arround settings.");
++    mvwprintw(ui->win, 3, 1, " Use arrow keys, PgUp, PgDown and Tab to move around settings.");
+     mvwprintw(ui->win, 4, 1, " Settings with (*) requires restart.");
+     wattroff(ui->win, COLOR_PAIR(CP_CYAN_ON_DEF));
+ 
+-- 
+2.9.3
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..18f178c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fix-typos-thanks-to-lintian.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/sngrep.git



More information about the Pkg-voip-commits mailing list