Fix a few inconsistencies in the Camel part of the quickstart guide

git-svn-id: https://svn.apache.org/repos/asf/servicemix/documentation/trunk@1155318 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/webapp/quickstart/camel.conf b/src/main/webapp/quickstart/camel.conf
index b82bdf9..a4814d5 100644
--- a/src/main/webapp/quickstart/camel.conf
+++ b/src/main/webapp/quickstart/camel.conf
@@ -41,7 +41,7 @@
 
 !/quickstart/images/camel-sample-deploy.png!
 
-From this output, you also learn that the bundle id for your XML file is 209.  This allow you to start and stop the route whenever necessary.  Let's give this a go now...
+From this output, you also learn that the bundle id for your XML file is 200.  This allow you to start and stop the route whenever necessary.  Let's give this a go now...
 
 First, stop the route with
 {pygmentize:lang=text}
@@ -51,6 +51,6 @@
 The route is no longer active, so any files you copy into the {{orders/input}} folder will remain there for now.  As soon as you restart the route, the pending files will get moving again.
 
 {pygmentize:lang=text}
-karaf@root> osgi:stop 200
+karaf@root> osgi:start 200
 {pygmentize}