From af7c43bb5f2c59496ab6ee887862feaaf9d760e0 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Wed, 2 May 2012 10:00:56 -0500 Subject: [PATCH] Fixing typos. --- test/AuthTest.php | 2 +- test/example.settings.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/AuthTest.php b/test/AuthTest.php index 9399e6e..0f4d8ca 100644 --- a/test/AuthTest.php +++ b/test/AuthTest.php @@ -95,7 +95,7 @@ else { } if (empty($token)) { - print "Authentication seemed to succeed, but no token was return." . PHP_EOL; + print "Authentication seemed to succeed, but no token was returned." . PHP_EOL; exit(1); } diff --git a/test/example.settings.ini b/test/example.settings.ini index 4c17c43..344b992 100644 --- a/test/example.settings.ini +++ b/test/example.settings.ini @@ -28,7 +28,7 @@ hpcloud.identity.password = ; For authentication by account ID. hpcloud.identity.account = -hpcloud.identity.key = +hpcloud.identity.secret = ;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Configuration Parameters ;