Fix a few typos

Change-Id: I412fdb68b03168a22965db333f75f403d772b407
diff --git a/src/traced/probes/probes_producer.cc b/src/traced/probes/probes_producer.cc
index e3b7ceb..94e922a 100644
--- a/src/traced/probes/probes_producer.cc
+++ b/src/traced/probes/probes_producer.cc
@@ -153,7 +153,7 @@
 void ProbesProducer::Restart() {
   // We lost the connection with the tracing service. At this point we need
   // to reset all the data sources. Trying to handle that manually is going to
-  // be error prone. What we do here is simply desroying the instance and
+  // be error prone. What we do here is simply destroying the instance and
   // recreating it again.
   // TODO(hjd): Add e2e test for this.