[syslog-listener] Comment typo fix.

Change-Id: Ica8e91bbb9bbae457adc8cf76dadb90a5e906844
diff --git a/garnet/public/rust/fuchsia-syslog-listener/src/lib.rs b/garnet/public/rust/fuchsia-syslog-listener/src/lib.rs
index 83c70c0..3b83a35 100644
--- a/garnet/public/rust/fuchsia-syslog-listener/src/lib.rs
+++ b/garnet/public/rust/fuchsia-syslog-listener/src/lib.rs
@@ -26,7 +26,7 @@
 
 /// This trait is used to pass log message back to client.
 pub trait LogProcessor {
-    /// Called when log is recieved from logger.
+    /// Called when log is received from logger.
     fn log(&mut self, message: LogMessage);
 
     /// Called when logger service signals that it is done dumping logs.