You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/01/12 00:52:50 UTC

[3/3] mesos git commit: Stout: Fixed typo in warning message.

Stout: Fixed typo in warning message.

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


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

Branch: refs/heads/master
Commit: 62651a43ad113d78e6c4de6229baf66209af5fcf
Parents: abe0bf4
Author: Neil Conway <ne...@gmail.com>
Authored: Mon Jan 11 15:50:38 2016 -0800
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Mon Jan 11 15:52:35 2016 -0800

----------------------------------------------------------------------
 3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/62651a43/3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp b/3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp
index 82596ed..295eac7 100644
--- a/3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp
+++ b/3rdparty/libprocess/3rdparty/stout/include/stout/flags/parse.hpp
@@ -83,7 +83,7 @@ inline Try<JSON::Object> parse(const std::string& value)
   // 'fetch' mechanism for flags that first fetches the data from URIs
   // such as 'file://').
   if (strings::startsWith(value, "/")) {
-    LOG(WARNING) << "Specifying a absolute filename to read a command line "
+    LOG(WARNING) << "Specifying an absolute filename to read a command line "
                     "option out of without using 'file:// is deprecated and "
                     "will be removed in a future release. Simply adding "
                     "'file://' to the beginning of the path should eliminate "