Skip to content

Commit

Permalink
Fixed another code comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Parman committed Oct 11, 2009
1 parent c27a3fd commit 3c539be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tests/sqs/add_permission.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AmazonSQS::add_permission
// Dependencies
require_once dirname(__FILE__) . '/../../cloudfusion.class.php';

// Delete a queue
// Add permissions to a queue
$sqs = new AmazonSQS();
$response = $sqs->add_permission('warpshare-unit-test', 'WarpShareTesting', array(
'133904017518' => array(
Expand Down

0 comments on commit 3c539be

Please sign in to comment.