diff options
Diffstat (limited to 'FedoraClient.php')
-rw-r--r-- | FedoraClient.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FedoraClient.php b/FedoraClient.php index 9aec851..bd91056 100644 --- a/FedoraClient.php +++ b/FedoraClient.php @@ -24,7 +24,7 @@ define ('FEDORACLIENT_VERSION','0.1'); if (!function_exists('curl_version')) { - die("curl extention required\n"); + die("curl extension required\n"); } require_once('Cache/Lite.php'); |