benno@jeamland.net
fancyrabbit <fancyrabbit@gmail.com>
vollkommen <vollkommen@gmx.net>
+ Benjamin Kerensa <bkerensa@ubuntu.com>
if (bufb[i] == ':')
++j;
}
- --j; /* Preceeding "::" doesn't count */
+ --j; /* Preceding "::" doesn't count */
t = 8 - (strlen(l->search_ip) / 4) - j; /* Remainder */
if (t > 0) {
for (i = 0; i < t; ++i)
static const char *SMBlib_Error_Messages[] = {
- "Request completed sucessfully.",
+ "Request completed successfully.",
"Server returned a non-zero SMB Error Class and Code.",
"A lower layer protocol error occurred.",
"Function not yet implemented.",
bufp = asn_parse_header(Packet, PacketLenP, &type);
if (bufp == NULL) {
- snmplib_debug(4, "snmp_msg_Decode:Error decoding SNMP Messsage Header (Header)!\n");
+ snmplib_debug(4, "snmp_msg_Decode:Error decoding SNMP Message Header (Header)!\n");
ASN_PARSE_ERROR(NULL);
}
if (type != (ASN_SEQUENCE | ASN_CONSTRUCTOR)) {
- snmplib_debug(4, "snmp_msg_Decode:Error decoding SNMP Messsage Header (Header)!\n");
+ snmplib_debug(4, "snmp_msg_Decode:Error decoding SNMP Message Header (Header)!\n");
ASN_PARSE_ERROR(NULL);
}
bufp = asn_parse_int(bufp, PacketLenP,
&type,
(int *) Version, sizeof(*Version));
if (bufp == NULL) {
- snmplib_debug(4, "snmp_msg_Decode:Error decoding SNMP Messsage Header (Version)!\n");
+ snmplib_debug(4, "snmp_msg_Decode:Error decoding SNMP Message Header (Version)!\n");
ASN_PARSE_ERROR(NULL);
}
bufp = asn_parse_string(bufp, PacketLenP, &type, Community, CommLenP);
if (bufp == NULL) {
- snmplib_debug(4, "snmp_msg_Decode:Error decoding SNMP Messsage Header (Community)!\n");
+ snmplib_debug(4, "snmp_msg_Decode:Error decoding SNMP Message Header (Community)!\n");
ASN_PARSE_ERROR(NULL);
}
Community[*CommLenP] = '\0';
/* parsing:
* read through buffered, skipping plain text, and skipping any
* <...> entry that is not an <esi: entry.
- * when it's found, hand an esiLiteral of the preceeding data to our current
+ * when it's found, hand an esiLiteral of the preceding data to our current
* context
*/
debugs(19, DBG_IMPORTANT, "memCopy: could not find start of " << target.range() <<
" in memory.");
debugDump();
- fatal("Squid has attempted to read data from memory that is not present. This is an indication of of (pre-3.0) code that hasn't been updated to deal with sparse objects in memory. Squid should coredump.allowing to review the cause. Immediately preceeding this message is a dump of the available data in the format [start,end). The [ means from the value, the ) means up to the value. I.e. [1,5) means that there are 4 bytes of data, at offsets 1,2,3,4.\n");
+ fatal("Squid has attempted to read data from memory that is not present. This is an indication of of (pre-3.0) code that hasn't been updated to deal with sparse objects in memory. Squid should coredump.allowing to review the cause. Immediately preceding this message is a dump of the available data in the format [start,end). The [ means from the value, the ) means up to the value. I.e. [1,5) means that there are 4 bytes of data, at offsets 1,2,3,4.\n");
return 0;
}