Skip to content

Commit

Permalink
[minor] Tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cayasso committed Feb 10, 2014
1 parent e8b5108 commit eaabc81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion errors.js
Expand Up @@ -28,7 +28,7 @@ util.inherits(PrimusError, Error);
* There was an error while parsing incoming or outgoing data.
*
* @param {String} message The reason for the error.
* @param {EventEmitter} spark The spark that caused the error.
* @param {Spark} spark The spark that caused the error.
* @api public
*/
function ParserError(message, spark) {
Expand Down
2 changes: 1 addition & 1 deletion primus.js
Expand Up @@ -537,7 +537,7 @@ Primus.prototype.reserved.events = {
* @param {Object} options The original options object.
* @api private
*/
Primus.prototype.initialise = function initalise(options) {
Primus.prototype.initialise = function initialise(options) {
var primus = this
, start;

Expand Down

0 comments on commit eaabc81

Please sign in to comment.