Fixed a typo in `tests/mesos.hpp`.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/85083af3 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/85083af3 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/85083af3 Branch: refs/heads/master Commit: 85083af3f7274e073100e8c5992b58b96baa744b Parents: 78afe99 Author: Neil Conway <[email protected]> Authored: Sat Dec 12 11:12:11 2015 -0800 Committer: Joris Van Remoortere <[email protected]> Committed: Sat Dec 12 11:12:11 2015 -0800 ---------------------------------------------------------------------- src/tests/mesos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/85083af3/src/tests/mesos.hpp ---------------------------------------------------------------------- diff --git a/src/tests/mesos.hpp b/src/tests/mesos.hpp index efa4dd0..689efb4 100644 --- a/src/tests/mesos.hpp +++ b/src/tests/mesos.hpp @@ -1186,7 +1186,7 @@ public: }; -// Definition of a MockAuthozier that can be used in tests with gmock. +// Definition of a MockAuthorizer that can be used in tests with gmock. class MockAuthorizer : public Authorizer { public:
