Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Spelling. #627

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chrome/content/rtews.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ rtews.prototype = {
},

unsubscribe: function _unsubscribe(){
exchangeGlobalFunction("Error occured Unsubscribing user.",this.user);
exchangeGlobalFunction("Error occurred Unsubscribing user.",this.user);
this.Running = false;
var that = this;
this.addToQueue( erUnsubscribeRequest,
Expand Down
2 changes: 1 addition & 1 deletion history.en_US.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Version 2.1.0:
- Improved getItems function.

Version 2.0.5:
- Added: Processing of getItemsFromOfflineCache into a seperate thread.
- Added: Processing of getItemsFromOfflineCache into a separate thread.
- Fixed: Problem when turning on offline cache this would only start after restarting TB.

Version 2.0.4:
Expand Down
2 changes: 1 addition & 1 deletion interfaces/exchangeLoadBalancer/mivExchangeLoadBalancer.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ serverQueue.prototype = {
notify: function _notify(aTimer) {
//dump(this.server+":loadBalancer: starting Job\n");
try{
// Cleanup jobs wich have finished
// Cleanup jobs which have finished
var newJobList = [];
for (var index in this.runningJobs) {
if ((this.runningJobs[index].exchangeRequest) && (!this.runningJobs[index].exchangeRequest.isRunning)) {
Expand Down