]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/db/error_handler.h
import 14.2.4 nautilus point release
[ceph.git] / ceph / src / rocksdb / db / error_handler.h
index ce8454da67c6a5a2d7eb5188b1526e65ea4deae4..c2af809fc69c36e615e11bbb2d635f9d2612a21f 100644 (file)
@@ -60,7 +60,7 @@ class ErrorHandler {
     DBImpl* db_;
     const ImmutableDBOptions& db_options_;
     Status bg_error_;
-    // A seperate Status variable used to record any errors during the
+    // A separate Status variable used to record any errors during the
     // recovery process from hard errors
     Status recovery_error_;
     InstrumentedMutex* db_mutex_;