From 4604e89b4fb35ea44af8c812a59ab50879c6a8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Daniel=20Mih=C4=83il=C4=83?= Date: Tue, 28 Feb 2017 17:45:29 +0200 Subject: [PATCH] chore: add aknowledge->acknowledge to codespell dictionary --- dictionary | 1 + lib/gui/app.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dictionary b/dictionary index 57462894..7abe7f40 100644 --- a/dictionary +++ b/dictionary @@ -1 +1,2 @@ boolen->boolean +aknowledge->acknowledge diff --git a/lib/gui/app.js b/lib/gui/app.js index 84249161..8e19dbba 100644 --- a/lib/gui/app.js +++ b/lib/gui/app.js @@ -134,7 +134,7 @@ app.run(($timeout, DriveScannerService, DrivesModel, ErrorService, DriveSelector DriveScannerService.on('drives', (drives) => { // Safely trigger a digest cycle. - // In some cases, AngularJS doesn't aknowledge that the + // In some cases, AngularJS doesn't acknowledge that the // available drives list has changed, and incorrectly // keeps asking the user to "Connect a drive". $timeout(() => {