diff options
-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'); |