|
|
a436c4 |
From 4c91193fb6ba22be13e8d342dcb1db4a7738d38c Mon Sep 17 00:00:00 2001
|
|
|
a436c4 |
From: Alex Henrie <alexhenrie24@gmail.com>
|
|
|
a436c4 |
Date: Fri, 18 Jun 2021 00:40:51 -0600
|
|
|
a436c4 |
Subject: [PATCH 49/65] Fix typos in translatable messages
|
|
|
a436c4 |
|
|
|
a436c4 |
---
|
|
|
a436c4 |
src/core/dmi.cc | 2 +-
|
|
|
a436c4 |
src/lshw.cc | 2 +-
|
|
|
a436c4 |
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
a436c4 |
|
|
|
a436c4 |
diff --git a/src/core/dmi.cc b/src/core/dmi.cc
|
|
|
a436c4 |
index 96b6506..df5db6b 100644
|
|
|
a436c4 |
--- a/src/core/dmi.cc
|
|
|
a436c4 |
+++ b/src/core/dmi.cc
|
|
|
a436c4 |
@@ -277,7 +277,7 @@ static const char *dmi_board_type(u8 data)
|
|
|
a436c4 |
"",
|
|
|
a436c4 |
"",
|
|
|
a436c4 |
N_("Server Blade"),
|
|
|
a436c4 |
- N_("Connectivitiy Switch"),
|
|
|
a436c4 |
+ N_("Connectivity Switch"),
|
|
|
a436c4 |
N_("System Management Module"),
|
|
|
a436c4 |
N_("Processor Module"),
|
|
|
a436c4 |
N_("I/O Module"),
|
|
|
a436c4 |
diff --git a/src/lshw.cc b/src/lshw.cc
|
|
|
a436c4 |
index 571b1c3..e5d6b4f 100644
|
|
|
a436c4 |
--- a/src/lshw.cc
|
|
|
a436c4 |
+++ b/src/lshw.cc
|
|
|
a436c4 |
@@ -35,7 +35,7 @@ void usage(const char *progname)
|
|
|
a436c4 |
fprintf(stderr, _("\t-X use graphical interface\n"));
|
|
|
a436c4 |
fprintf(stderr, _("\noptions can be\n"));
|
|
|
a436c4 |
#ifdef SQLITE
|
|
|
a436c4 |
- fprintf(stderr, _("\t-dump filename displays output and dump collected information into a file (SQLite database)\n"));
|
|
|
a436c4 |
+ fprintf(stderr, _("\t-dump filename display output and dump collected information into a file (SQLite database)\n"));
|
|
|
a436c4 |
#endif
|
|
|
a436c4 |
fprintf(stderr, _("\t-class CLASS only show a certain class of hardware\n"));
|
|
|
a436c4 |
fprintf(stderr, _("\t-C CLASS same as '-class CLASS'\n"));
|
|
|
a436c4 |
--
|
|
|
a436c4 |
2.33.1
|
|
|
a436c4 |
|