Fix typos

This commit is contained in:
Derek Miller 2016-01-16 17:04:01 -06:00
commit d5516ed394
7 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ angular.module('copayApp.services')
var root = {};
// File storage is not supported for writting according to
// File storage is not supported for writing according to
// https://github.com/apache/cordova-plugin-file/#supported-platforms
var shouldUseFileStorage = isCordova && !isMobile.Windows();
$log.debug('Using file storage:', shouldUseFileStorage);