Skip to content

Commit

Permalink
Merge pull request #4 from xPaw/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
TheFrozenFire committed Jan 15, 2012
2 parents b081419 + 241db36 commit 8c8b23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbt.class.php
Expand Up @@ -12,7 +12,7 @@

extension_loaded("gmp") or trigger_error (
"The NBT class requires the GMP extension for 64-bit number handling. ".
"Excecution will continue, but will halt if a 64-bit number is handled.", E_USER_NOTICE
"Execution will continue, but will halt if a 64-bit number is handled.", E_USER_NOTICE
);

class NBT {
Expand Down

0 comments on commit 8c8b23c

Please sign in to comment.