From 91a1572409b393c60315c381850bc24a61c66464 Mon Sep 17 00:00:00 2001
From: Richard Burford <rich@freestylesystems.co.uk>
Date: Sat, 22 Sep 2012 16:08:07 +0000
Subject: [PATCH] By psynaptic: Converted invalid multibyte sequence to UTF-8.

---
 lib/CMBase.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/CMBase.php b/lib/CMBase.php
index 422df00..af4217f 100644
--- a/lib/CMBase.php
+++ b/lib/CMBase.php
@@ -1111,7 +1111,7 @@ class CampaignMonitor extends CMBase
 	/**
 	 * Gets the API key for a Campaign Monitor user, given site URL, username, 
 	 * password. If the user has not already had their API key generated at 
-	 * the time this method is called, the user’s API key will be generated 
+	 * the time this method is called, the user's API key will be generated
 	 * and returned by this method.
 	 * 
 	 * @param $site_url The base URL of the site you use to login to 
@@ -1556,4 +1556,4 @@ class CampaignMonitor extends CMBase
 			))
 		);
 	}
-}
\ No newline at end of file
+}
-- 
1.7.1

