pidgin/purple-plugin-pack

13bdf42bba7b
Parents 2246d357738b
Children 62b003b3697e
Fix a typo in autoprofile. Fixes #601.
--- a/autoprofile/comp_logstats.c Sat Jan 23 22:24:56 2010 -0800
+++ b/autoprofile/comp_logstats.c Sat Feb 06 00:35:44 2010 -0500
@@ -641,7 +641,7 @@
} else if (!strcmp (field, "total")) {
return max_date->sent_msgs + max_date->received_msgs;
} else {
- ap_debug ("logstats", "get-max: invalid paramater");
+ ap_debug ("logstats", "get-max: invalid parameter");
return 0;
}