Skip to content

Commit

Permalink
Fix typo in error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
chromakode committed Aug 30, 2009
1 parent 5d4bb43 commit c7fece1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/socialite.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ try {
alertsService = Components.classes["@mozilla.org/alerts-service;1"]
.getService(Components.interfaces.nsIAlertsService);
} catch (e) {
logger.log("Socialite", "Unable to load alerts service. For the duration of this serssion, alerts will be logged, but not displayed.");
logger.log("Socialite", "Unable to load alerts service. For the duration of this session, alerts will be logged, but not displayed.");
}

let windowManager = Components.classes['@mozilla.org/appshell/window-mediator;1']
Expand Down

0 comments on commit c7fece1

Please sign in to comment.