adium 3574:c78ad2850051: Fix typos in comments.

commits at adium.im commits at adium.im
Sat Nov 27 14:12:16 UTC 2010


details:	http://hg.adium.im/adium/rev/c78ad2850051
revision:	3574:c78ad2850051
author:		Robert Vehse
date:		Sat Nov 27 15:12:06 2010 +0100

Fix typos in comments.

diffs (36 lines):

diff -r 3058311a2c87 -r c78ad2850051 Plugins/Purple Service/CBPurpleOscarAccount.m
--- a/Plugins/Purple Service/CBPurpleOscarAccount.m	Sat Nov 27 01:19:25 2010 -0500
+++ b/Plugins/Purple Service/CBPurpleOscarAccount.m	Sat Nov 27 15:12:06 2010 +0100
@@ -738,7 +738,7 @@
 	 * Libpurple, as of 2.0.0 but not before so far as we've seen, sometimes feeds us truncated AIM away messages.
 	 * The full message will then follow... followed by the truncated one... and so on. This makes the message
 	 * change in the buddy list and in the message window repeatedly.
-	 * I'm not sure how long the truncted versions are - I've seen 40 to 70 characters.  We'll therefore ignore
+	 * I'm not sure how long the truncated versions are - I've seen 40 to 70 characters.  We'll therefore ignore
 	 * an incoming message which is the same as the first 40 characters of the existing one.  I wonder how long
 	 * before someone will notice this "odd" behavior and file a bug report... -evands
 	 */
diff -r 3058311a2c87 -r c78ad2850051 Plugins/Purple Service/DCPurpleOscarJoinChatViewController.m
--- a/Plugins/Purple Service/DCPurpleOscarJoinChatViewController.m	Sat Nov 27 01:19:25 2010 -0500
+++ b/Plugins/Purple Service/DCPurpleOscarJoinChatViewController.m	Sat Nov 27 15:12:06 2010 +0100
@@ -81,7 +81,7 @@
 	room = [textField_roomName stringValue];
 
 	if (room && [room length]) {
-		//XXX we should probaly let the user pick the exchange
+		//XXX we should probably let the user pick the exchange
 		exchange = 4;
 				
 		//The chatCreationInfo has keys corresponding to the GHashTable keys and values to match them.
diff -r 3058311a2c87 -r c78ad2850051 Source/AIInfoInspectorPane.m
--- a/Source/AIInfoInspectorPane.m	Sat Nov 27 01:19:25 2010 -0500
+++ b/Source/AIInfoInspectorPane.m	Sat Nov 27 15:12:06 2010 +0100
@@ -58,7 +58,7 @@
 		[userIcon setMaxSize:NSMakeSize(256,256)];
 		[userIcon setDelegate:self];
 		
-		[aliasLabel setLocalizedString:AILocalizedString(@"Alias:","Label beside the field for a contact's alias in the settings tab of the Get Infow indow")];
+		[aliasLabel setLocalizedString:AILocalizedString(@"Alias:","Label beside the field for a contact's alias in the settings tab of the Get Info window")];
 	}
 	return self;
 }




More information about the commits mailing list