Skip to content

Commit

Permalink
Fix typo in env_win.h (#9138)
Browse files Browse the repository at this point in the history
Summary:
overide -> override

Pull Request resolved: #9138

Reviewed By: jay-zhuang

Differential Revision: D32245235

Pulled By: mrambacher

fbshipit-source-id: bed62b843925bed806c06ca3485d33bb45a56dc7
  • Loading branch information
eltociear authored and facebook-github-bot committed Nov 10, 2021
1 parent 937fbcb commit afcd325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/win/env_win.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit afcd325

Please sign in to comment.