Skip to content

Commit

Permalink
cerificates => certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
duccio committed Nov 15, 2011
1 parent bd54fda commit 685ccc3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sample_feedback.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Instanciate a new ApnsPHP_Feedback object
$feedback = new ApnsPHP_Feedback(
ApnsPHP_Abstract::ENVIRONMENT_SANDBOX,
'server_cerificates_bundle_sandbox.pem'
'server_certificates_bundle_sandbox.pem'
);

// Connect to the Apple Push Notification Feedback Service
Expand Down
2 changes: 1 addition & 1 deletion sample_push.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Instanciate a new ApnsPHP_Push object
$push = new ApnsPHP_Push(
ApnsPHP_Abstract::ENVIRONMENT_SANDBOX,
'server_cerificates_bundle_sandbox.pem'
'server_certificates_bundle_sandbox.pem'
);

// Set the Root Certificate Autority to verify the Apple remote peer
Expand Down
2 changes: 1 addition & 1 deletion sample_push_custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Instanciate a new ApnsPHP_Push object
$push = new ApnsPHP_Push(
ApnsPHP_Abstract::ENVIRONMENT_SANDBOX,
'server_cerificates_bundle_sandbox.pem'
'server_certificates_bundle_sandbox.pem'
);

// Set the Root Certificate Autority to verify the Apple remote peer
Expand Down
2 changes: 1 addition & 1 deletion sample_push_many.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// Instanciate a new ApnsPHP_Push object
$push = new ApnsPHP_Push(
ApnsPHP_Abstract::ENVIRONMENT_SANDBOX,
'server_cerificates_bundle_sandbox.pem'
'server_certificates_bundle_sandbox.pem'
);

// Set the Root Certificate Autority to verify the Apple remote peer
Expand Down
2 changes: 1 addition & 1 deletion sample_server.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// Instanciate a new ApnsPHP_Push object
$server = new ApnsPHP_Push_Server(
ApnsPHP_Abstract::ENVIRONMENT_SANDBOX,
'server_cerificates_bundle_sandbox.pem'
'server_certificates_bundle_sandbox.pem'
);

// Set the Root Certificate Autority to verify the Apple remote peer
Expand Down

0 comments on commit 685ccc3

Please sign in to comment.