diff options
author | Remi Collet <fedora@famillecollet.com> | 2010-05-23 18:55:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2010-05-23 18:55:35 +0200 |
commit | b2fff01c478ff084701f7bf689e37dc75352a741 (patch) | |
tree | 2dd8d1e6c25d3c5183a6032846cc40893b18cb8f | |
parent | f02d227cead78e5e00d4587c7ff9aba8642a58b2 (diff) |
typo (thanks eponyme)
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | FedoraClient.php | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -4,3 +4,4 @@ config.inc.php sendbox stats.xml stats.csv +packageinfo.txt 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'); |