You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 05:23:08 UTC

svn commit: r1131561 - /incubator/mesos/trunk/src/master_main.cpp

Author: benh
Date: Sun Jun  5 03:23:07 2011
New Revision: 1131561

URL: http://svn.apache.org/viewvc?rev=1131561&view=rev
Log:
typo

Modified:
    incubator/mesos/trunk/src/master_main.cpp

Modified: incubator/mesos/trunk/src/master_main.cpp
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/master_main.cpp?rev=1131561&r1=1131560&r2=1131561&view=diff
==============================================================================
--- incubator/mesos/trunk/src/master_main.cpp (original)
+++ incubator/mesos/trunk/src/master_main.cpp Sun Jun  5 03:23:07 2011
@@ -2,7 +2,7 @@
 
 #include "master.hpp"
 #include "master_webui.hpp"
-#include "url_prcessor.hpp"
+#include "url_processor.hpp"
 
 using std::cerr;
 using std::endl;