fix typo in c_simple_example

Summary: fix typo

Test Plan: none

Reviewers: tfarina, igor

Reviewed By: tfarina, igor

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D37347
This commit is contained in:
agiardullo 2015-05-22 16:13:11 -07:00
parent ea6d3a8ac0
commit 32198343ff
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ int main(int argc, char **argv) {
db = rocksdb_open(options, DBPath, &err);
assert(!err);
// open Backup Engine that we will use for backing up or database
// open Backup Engine that we will use for backing up our database
be = rocksdb_backup_engine_open(options, DBBackupPath, &err);
assert(!err);