chore: add aknowledge->acknowledge to codespell dictionary

This commit is contained in:
Ștefan Daniel Mihăilă 2017-02-28 17:45:29 +02:00 committed by Juan Cruz Viotti
parent 311dcd27a8
commit 4604e89b4f
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
boolen->boolean
aknowledge->acknowledge

View File

@ -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(() => {