diff --git a/port/win/env_win.h b/port/win/env_win.h index d64b82c927f..e22f3ebe0e2 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,