From b2fff01c478ff084701f7bf689e37dc75352a741 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 23 May 2010 18:55:35 +0200 Subject: typo (thanks eponyme) --- FedoraClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FedoraClient.php') 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'); -- cgit