Skip to content

Commit

Permalink
correcting typo
Browse files Browse the repository at this point in the history
git-svn-id: http://mongodb-morph.googlecode.com/svn/trunk@104 406649b4-5d4b-11de-8abc-d1c337b90d21
  • Loading branch information
XirisR authored and XirisR committed Jan 28, 2010
1 parent ef14615 commit 5a45b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mongodb-morph/src/Morph/Storage.php
Expand Up @@ -31,7 +31,7 @@ class Morph_Storage
public static function instance() public static function instance()
{ {
if (!isset(self::$instance)) { if (!isset(self::$instance)) {
throw new RuntimeException("Morph_Storage has not been inituialised"); throw new RuntimeException("Morph_Storage has not been initialised");
} }
return self::$instance; return self::$instance;
} }
Expand Down

0 comments on commit 5a45b6c

Please sign in to comment.