Update meilisearch-http/src/index_controller/dump_actor/actor.rs

Co-authored-by: marin <postma.marin@protonmail.com>
This commit is contained in:
Irevoire 2021-05-25 15:13:47 +02:00 committed by GitHub
parent 991d8e1ec6
commit fe260f1330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ where
if let Some(ref mut info) = *dump_info.write().await {
info.done();
} else {
warn!("dump actor was in an inconsistant state");
warn!("Dump actor is in an inconsistent state");
}
info!("Dump succeed");
}