]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
include/rocksdb/utilities/env_librados: fix typo fix-librados-test
authorSage Weil <sage@redhat.com>
Fri, 23 Dec 2016 23:16:10 +0000 (18:16 -0500)
committerSage Weil <sage@redhat.com>
Fri, 23 Dec 2016 23:16:10 +0000 (18:16 -0500)
Broken by 972f96b3fbae1a4675043bdf4279c9072ad69645

Signed-off-by: Sage Weil <sage@redhat.com>
include/rocksdb/utilities/env_librados.h

index bd3cdac6716f1c6fe5983215a7ecdcb88d0ce57b..a3db0e30d6b01e13fe210771ca4ffce2a517b170 100644 (file)
@@ -71,7 +71,7 @@ class EnvLibrados : public EnvWrapper {
   //                  the calling process does not have permission to determine
   //                  whether this file exists, or if the path is invalid.
   //         IOError if an IO Error was encountered
-  Status FileExists(const std::string& fname) overrdie;
+  Status FileExists(const std::string& fname) override;
 
   // Store in *result the names of the children of the specified directory.
   // The names are relative to "dir".