Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Jan 14, 2012
1 parent b081419 commit 241db36
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 241db36

Please sign in to comment.