You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by al...@apache.org on 2017/08/11 00:13:59 UTC

mesos git commit: Fixed a typo in a test.

Repository: mesos
Updated Branches:
  refs/heads/master e08593ae9 -> 8127bae34


Fixed a typo in a test.

Review: https://reviews.apache.org/r/61584/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/8127bae3
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/8127bae3
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/8127bae3

Branch: refs/heads/master
Commit: 8127bae344ad77c3d81ae1691f02faf17e280424
Parents: e08593a
Author: Gastón Kleiman <ga...@mesosphere.io>
Authored: Fri Aug 11 02:13:37 2017 +0200
Committer: Alexander Rukletsov <al...@apache.org>
Committed: Fri Aug 11 02:13:37 2017 +0200

----------------------------------------------------------------------
 src/tests/fetcher_cache_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8127bae3/src/tests/fetcher_cache_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/fetcher_cache_tests.cpp b/src/tests/fetcher_cache_tests.cpp
index 6d212cd..17bd95f 100644
--- a/src/tests/fetcher_cache_tests.cpp
+++ b/src/tests/fetcher_cache_tests.cpp
@@ -374,7 +374,7 @@ void FetcherCacheTest::setupArchiveAsset()
   archivePath = path::join(assetsDirectory, ARCHIVE_NAME);
 
   // Make the archive file read-only, so we can tell if it becomes
-  // executable by acccident.
+  // executable by accident.
   ASSERT_SOME(os::chmod(archivePath, S_IRUSR | S_IRGRP | S_IROTH));
 }