Skip to content

Commit

Permalink
Merge pull request #129 from Jupadr/fix_spelling-connexion
Browse files Browse the repository at this point in the history
fix: Misspelling of "connection" fixed
  • Loading branch information
OlivierMary authored May 4, 2023
2 parents 2bc51e2 + fd6a07a commit 149d936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ private static synchronized void connexionResume() {
protected static synchronized void connexionLost() {
if (!connexionFailedMessageAlreadySend) {
connexionFailedMessageAlreadySend = true;
Notifications.Bus.notify(new Notification(ReportActivity.ACTIVITY_WATCHER, ReportActivity.ACTIVITY_WATCHER, "Activity Watcher Server connexion lost?\nWill try to re-send events when connexion back.", NotificationType.WARNING));
Notifications.Bus.notify(new Notification(ReportActivity.ACTIVITY_WATCHER, ReportActivity.ACTIVITY_WATCHER, "Activity Watcher Server connection lost?\nWill try to re-send events when connection back.", NotificationType.WARNING));
}
connexionLost = true;
bucket = null;
Expand Down

0 comments on commit 149d936

Please sign in to comment.