Fix two typos in code docs as pointed out by "Nemacysts". Thanks!
1.1 --- a/Plugins/Twitter Plugin/AITwitterAccount.m Sun Jul 08 20:58:33 2012 +0200
1.2 +++ b/Plugins/Twitter Plugin/AITwitterAccount.m Fri Jul 13 17:52:50 2012 +0200
1.3 @@ -701,7 +701,7 @@
1.4 }
1.5
1.6 /*!
1.7 - * @brief Open the represented objec'ts user page
1.8 + * @brief Open the represented object's user page
1.9 */
1.10 - (void)openUserPage:(NSMenuItem *)menuItem
1.11 {
2.1 --- a/Plugins/Twitter Plugin/AITwitterURLHandler.m Sun Jul 08 20:58:33 2012 +0200
2.2 +++ b/Plugins/Twitter Plugin/AITwitterURLHandler.m Fri Jul 13 17:52:50 2012 +0200
2.3 @@ -57,7 +57,7 @@
2.4 }
2.5
2.6 /*!
2.7 - * @brief A reply link was licked
2.8 + * @brief A reply link was clicked
2.9 *
2.10 * Parse the reply link and set up as appropriate.
2.11 */