Package: cpqarrayd
Severity: minor
Tags: patch
--- cpqarrayd-2.2/status.c.orig 2006-08-07 09:35:56.000000000 -0600
+++ cpqarrayd-2.2/status.c 2006-08-07 09:36:04.000000000 -0600
@@ -212,7 +212,7 @@
printf ("DEBUG: Got event %d/%d/%d\n",
event.class.class, event.class.subclass, event.class.detail);
if (CompareEvent(event,5,0,0)) {
- snprintf(statusmsg, 2048, "CCISS controler %s logical volume %d changed
state to %s.",
+ snprintf(statusmsg, 2048, "CCISS controller %s logical volume %d
changed state to %s.",
ctrls_found[ctrl_cntr].devicefile,
event.detail.logstatchange.logicaldrivenumber,
logicaldrivestatusstr[event.detail.logstatchange.newlogicaldrivestate]);
@@ -233,7 +233,7 @@
}
}
else {
- snprintf(statusmsg, 2048, "CCISS controler %s reported: %s.",
+ snprintf(statusmsg, 2048, "CCISS controller %s reported: %s.",
ctrls_found[ctrl_cntr].devicefile,
event.mesgstring);
status = 255;
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: ia64
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-mckinley
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]