]> git.decadent.org.uk Git - ap-utils.git/blobdiff - lib/aps.c
Imported Upstream version 1.5.1~pre1
[ap-utils.git] / lib / aps.c
index 234a2c2ed4b33d05834add6c92e6f00ff42def75..b893666c0e9a6075292e495a93e094f11c9448d5 100644 (file)
--- a/lib/aps.c
+++ b/lib/aps.c
@@ -341,7 +341,7 @@ show_stats:
     switch (ap_viewtype) {
        case 1:
            mvwaddstr(main_sub, LINES - 6, 0,
-               _("CN: Channel Name; P: Preambule Type (S: Short; L: Long);"));
+               _("CN: Channel Name; P: Preamble Type (S: Short; L: Long);"));
            mvwaddstr(main_sub, LINES - 5, 0,
                _("RSSI: Radio Signal Strength Indicator [%]"));
            if (ap_type == ATMEL410)
@@ -349,7 +349,7 @@ show_stats:
            break;
        case 2:
            mvwaddstr(main_sub, LINES - 6, 0,
-               _("CN: Channel Name; P: Preambule Type (S: Short; L: Long);"));
+               _("CN: Channel Name; P: Preamble Type (S: Short; L: Long);"));
            mvwaddstr(main_sub, LINES - 5, 0,
                _("RSSI: Radio Signal Strength Indicator [dBm]"));
            if (ap_type == ATMEL410)
@@ -357,7 +357,7 @@ show_stats:
            break;
        case 3:
            mvwaddstr(main_sub, LINES - 6, 0,
-               _("CN: Channel Name; P: Preambule Type (S: Short; L: Long);"));
+               _("CN: Channel Name; P: Preamble Type (S: Short; L: Long);"));
            mvwaddstr(main_sub, LINES - 5, 0,
                _("RSSI: Radio Signal Strength Indicator [raw]"));
            if (ap_type == ATMEL410)