Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Commit 804f9c2

Browse files
authored
Merge pull request #273 from maknahar/master
Fixed a couple of typos
2 parents 2570d58 + 81c0a17 commit 804f9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

migrate.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type Migrate struct {
6161

6262
// GracefulStop accepts `true` and will stop executing migrations
6363
// as soon as possible at a safe break point, so that the database
64-
// is not corrpupted.
64+
// is not corrupted.
6565
GracefulStop chan bool
6666
isGracefulStop bool
6767

@@ -300,7 +300,7 @@ func (m *Migrate) Down() error {
300300
return m.unlockErr(m.runMigrations(ret))
301301
}
302302

303-
// Drop deletes everyting in the database.
303+
// Drop deletes everything in the database.
304304
func (m *Migrate) Drop() error {
305305
if err := m.lock(); err != nil {
306306
return err

0 commit comments

Comments
 (0)