Index: /trunk/FACT++/src/drivectrl.cc
===================================================================
--- /trunk/FACT++/src/drivectrl.cc	(revision 12836)
+++ /trunk/FACT++/src/drivectrl.cc	(revision 12837)
@@ -883,5 +883,5 @@
         const sources::const_iterator it = fSources.find(name);
         if (it==fSources.end())
-            return T::Error("Source '"+name+"'not found in list.");
+            return T::Error("Source '"+name+"' not found in list.");
 
         const double &ra   = it->second.first;
@@ -1052,5 +1052,5 @@
              "|Angle[deg]:Wobble angle");
 
-        T::AddEvent("TRACK", "D:2;C", kStateArmed)   // ->RADEC/GRB
+        T::AddEvent("TRACK_SOURCE", "D:2;W", kStateArmed)   // ->RADEC/GRB
             (bind(&StateMachineDrive::Track, this, placeholders::_1))
             ("Move the telescope to the given wobble position around the given source and start tracking"
