From afcd32533c6b2af65149f7b008a66c0db7fe985b Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 10 Nov 2021 12:20:28 -0800 Subject: [PATCH] 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 --- port/win/env_win.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/win/env_win.h b/port/win/env_win.h index d64b82c92..e22f3ebe0 100644 --- a/port/win/env_win.h +++ b/port/win/env_win.h @@ -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* result,