summaryrefslogtreecommitdiffstats
path: root/FedoraClient.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-05-23 18:55:35 +0200
committerRemi Collet <fedora@famillecollet.com>2010-05-23 18:55:35 +0200
commitb2fff01c478ff084701f7bf689e37dc75352a741 (patch)
tree2dd8d1e6c25d3c5183a6032846cc40893b18cb8f /FedoraClient.php
parentf02d227cead78e5e00d4587c7ff9aba8642a58b2 (diff)
typo (thanks eponyme)
Diffstat (limited to 'FedoraClient.php')
-rw-r--r--FedoraClient.php2
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');