Fix typo in env_win.h (#9138)

Summary:
overide -> override

Pull Request resolved: https://github.com/facebook/rocksdb/pull/9138

Reviewed By: jay-zhuang

Differential Revision: D32245235

Pulled By: mrambacher

fbshipit-source-id: bed62b843925bed806c06ca3485d33bb45a56dc7
This commit is contained in:
Ikko Ashimine 2021-11-10 12:20:28 -08:00 committed by Facebook GitHub Bot
parent 937fbcbddc
commit afcd32533c
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ class WinFileSystem : public FileSystem {
IODebugContext* dbg) override;
// Create and returns a default logger (an instance of EnvLogger) for storing
// informational messages. Derived classes can overide to provide custom
// informational messages. Derived classes can override to provide custom
// logger.
IOStatus NewLogger(const std::string& fname, const IOOptions& io_opts,
std::shared_ptr<Logger>* result,