From 3f607eb6e6bf8981c33dc29fd477005f364fa9ce Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 16 Nov 2008 18:44:00 +0000 Subject: [PATCH] Fix some typos in user visible messages. --- .../bsdinstaller-1.1.6/src/backend/installer/po/dfuibe_installer.pot | 2 +- contrib/bsdinstaller-1.1.6/src/backend/installer/po/ru.po | 2 +- sys/bus/cam/scsi/scsi_all.c | 4 ++-- sys/bus/pci/pci.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/contrib/bsdinstaller-1.1.6/src/backend/installer/po/dfuibe_installer.pot b/contrib/bsdinstaller-1.1.6/src/backend/installer/po/dfuibe_installer.pot index 0bbfa825b0..26df8d827f 100644 --- a/contrib/bsdinstaller-1.1.6/src/backend/installer/po/dfuibe_installer.pot +++ b/contrib/bsdinstaller-1.1.6/src/backend/installer/po/dfuibe_installer.pot @@ -36,7 +36,7 @@ msgid "A capacity must be specified." msgstr "" msgid "" -"A failure occured while provisioning the NetBoot environment. Please check " +"A failure occurred while provisioning the NetBoot environment. Please check " "the logs." msgstr "" diff --git a/contrib/bsdinstaller-1.1.6/src/backend/installer/po/ru.po b/contrib/bsdinstaller-1.1.6/src/backend/installer/po/ru.po index ad781652b6..69ec302356 100644 --- a/contrib/bsdinstaller-1.1.6/src/backend/installer/po/ru.po +++ b/contrib/bsdinstaller-1.1.6/src/backend/installer/po/ru.po @@ -35,7 +35,7 @@ msgid "A capacity must be specified." msgstr "äÏÌÖÅÎ ÂÙÔØ ÚÁÄÁÎ ÒÁÚÍÅÒ." msgid "" -"A failure occured while provisioning the NetBoot environment. Please check " +"A failure occurred while provisioning the NetBoot environment. Please check " "the logs." msgstr "ðÒÉ ×ËÌÀÞÅÎÉÉ NetBoot ÐÒÏÉÚÏÛÌÉ ÏÛÉÂËÉ. ðÒÏÓÍÏÔÒÉÔÅ ÐÒÏÔÏËÏÌ." diff --git a/sys/bus/cam/scsi/scsi_all.c b/sys/bus/cam/scsi/scsi_all.c index a584c407a4..0953eb925c 100644 --- a/sys/bus/cam/scsi/scsi_all.c +++ b/sys/bus/cam/scsi/scsi_all.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/cam/scsi/scsi_all.c,v 1.53 2008/08/16 21:26:58 ken Exp $ - * $DragonFly: src/sys/bus/cam/scsi/scsi_all.c,v 1.28 2008/08/23 22:27:27 pavalos Exp $ + * $DragonFly: src/sys/bus/cam/scsi/scsi_all.c,v 1.29 2008/11/16 18:43:59 swildner Exp $ */ #include @@ -2582,7 +2582,7 @@ static struct asc_table_entry asc_table[] = { "Unknown signature verification key") }, /* T */ { SST(0x74, 0x07, SS_RDEF, /* XXX TBD */ - "Encryption parameters not useable") }, + "Encryption parameters not usable") }, /* DT R M E VF */ { SST(0x74, 0x08, SS_RDEF, /* XXX TBD */ "Digital signature validation failure") }, diff --git a/sys/bus/pci/pci.c b/sys/bus/pci/pci.c index 39b44aa2d0..cea617421c 100644 --- a/sys/bus/pci/pci.c +++ b/sys/bus/pci/pci.c @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $FreeBSD: src/sys/pci/pci.c,v 1.141.2.15 2002/04/30 17:48:18 tmm Exp $ - * $DragonFly: src/sys/bus/pci/pci.c,v 1.57 2008/10/19 09:13:58 sephe Exp $ + * $DragonFly: src/sys/bus/pci/pci.c,v 1.58 2008/11/16 18:44:00 swildner Exp $ * */ @@ -103,7 +103,7 @@ SYSCTL_INT(_hw_pci, OID_AUTO, do_power_nodriver, CTLFLAG_RW, &pci_do_power_nodriver, 0, "Place a function into D3 state when no driver attaches to it. 0 means\n\ disable. 1 means conservatively place devices into D3 state. 2 means\n\ -agressively place devices into D3 state. 3 means put absolutely everything\n\ +aggressively place devices into D3 state. 3 means put absolutely everything\n\ in D3 state."); device_t -- 2.11.4.GIT