Skip to content

Commit

Permalink
Merge pull request #71 from rutsky/patch-1
Browse files Browse the repository at this point in the history
fix typo: "enought"
  • Loading branch information
nirgal committed Mar 4, 2015
2 parents c314913 + 9fb36c0 commit 6e6a410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libmdb/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ MdbHandle *mdb_open(const char *filename, MdbFileFlags flags)
if (mdb->f->db_key) {
/* write is not supported for encrypted files yet */
mdb->f->writable = FALSE;
/* that should be enought, but reopen the file read only just to be
/* that should be enough, but reopen the file read only just to be
* sure we don't write invalid data */
close(mdb->f->fd);
open_flags = O_RDONLY;
Expand Down

0 comments on commit 6e6a410

Please sign in to comment.