Fix misspelling

This commit is contained in:
Andrey Smirnov
2017-07-14 23:25:46 +03:00
parent 5e9515a912
commit 05a5e69483
2 changed files with 2 additions and 1 deletions

View File

@@ -242,7 +242,7 @@ func (context *AptlyContext) _database() (database.Storage, error) {
context.database, err = database.NewDB(context.dbPath())
if err != nil {
return nil, fmt.Errorf("can't instanciate database: %s", err)
return nil, fmt.Errorf("can't instantiate database: %s", err)
}
}