adium 4221:658a05af926c: Korrekt spelling error

commits at adium.im commits at adium.im
Thu Oct 6 20:45:02 UTC 2011


details:	http://hg.adium.im/adium/rev/658a05af926c
revision:	4221:658a05af926c
branch:		(none)
author:		Stephen Holt <sholt at adium.im>
date:		Thu Oct 06 13:44:56 2011 -0700

Korrekt spelling error

diffs (12 lines):

diff -r 53f7b565574c -r 658a05af926c Source/AILoggerPlugin.m
--- a/Source/AILoggerPlugin.m	Thu Oct 06 11:33:49 2011 -0700
+++ b/Source/AILoggerPlugin.m	Thu Oct 06 13:44:56 2011 -0700
@@ -1476,7 +1476,7 @@
 										static dispatch_queue_t skQueue = nil;
 										static dispatch_once_t onceToken;
 										dispatch_once(&onceToken, ^{
-											skQueue = dispatch_queue_create("im.adium.AILoggerPlugin._cleanDrityLogs.skQueue", 0);
+											skQueue = dispatch_queue_create("im.adium.AILoggerPlugin._cleanDirtyLogs.skQueue", 0);
 										});
 										CFRetain(searchIndex);
 										CFRetain(document);




More information about the commits mailing list