Skip to content

Commit

Permalink
Improve wording, fix typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/HTML_Common/trunk@221384 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
sad-spirit committed Oct 8, 2006
1 parent f0a76aa commit cc0b625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ function display()
/**
* Sets the charset to use by htmlspecialchars() function
*
* Since this parameter is expected to be global, the function should be
* calles statically:
* Since this parameter is expected to be global, the function is designed
* to be called statically:
* <code>
* HTML_Common::charset('utf-8');
* </code>
Expand Down

0 comments on commit cc0b625

Please sign in to comment.