Skip to content

Commit

Permalink
Fix typos in the code documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed Feb 18, 2016
1 parent 1fc10d7 commit cb42fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/class-wpcom-liveblog-socketio-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public static function show_socketio_emitter_required_error() {
}

/**
* Add message to warn the user that the PHP version is to old to run socket.io-php-emitter.
* Add message to warn the user that the PHP version is too old to run socket.io-php-emitter.
*
* @return void
*/
Expand Down
4 changes: 2 additions & 2 deletions classes/class-wpcom-liveblog-socketio.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static function load() {

/**
* Add message to warn the user that it was not possible to
* the Redis server.
* connect to the Redis server.
*
* @return void
*/
Expand All @@ -75,7 +75,7 @@ private static function add_redis_error() {

/**
* Display message to warn the user that it was not possible to
* the Redis server.
* connect to the Redis server.
*
* @return void
*/
Expand Down

0 comments on commit cb42fd4

Please sign in to comment.