diff --git a/src/js/service/BackupService.js b/src/js/service/BackupService.js index 3d33fda3..3a122768 100644 --- a/src/js/service/BackupService.js +++ b/src/js/service/BackupService.js @@ -44,7 +44,7 @@ } // Update the hash - // TODO: should only be done after a successfull save. + // TODO: should only be done after a successful save. this.lastHash = hash; // Prepare the backup snapshot. diff --git a/src/templates/dialogs/browse-backups.html b/src/templates/dialogs/browse-backups.html index 00fd3595..8c37e805 100644 --- a/src/templates/dialogs/browse-backups.html +++ b/src/templates/dialogs/browse-backups.html @@ -28,7 +28,7 @@