Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
fix small typos : punctuation mark
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jul 3, 2013
1 parent 918bc9c commit fd31c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/autoload_example.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$loader->register();

if (!class_exists('Zend\Controller\Action')) {
echo "Could not find action class?\n";
echo "Could not find action class!\n";
} else {
echo "Found action class!\n";
}
Expand Down
2 changes: 1 addition & 1 deletion bin/autoload_examples.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
echo "Found action class!\n";
}
if (!class_exists('Zend\Version')) {
echo "Could not find version class?\n";
echo "Could not find version class!\n";
} else {
echo "Found version class!\n";
}

0 comments on commit fd31c83

Please sign in to comment.