[nit] Fix spelling in sessionmgr

Bug: None
Test: CQ
Change-Id: I1a29176cb261788b208f3769fe010ebb0b13e66e
diff --git a/bin/sessionmgr/sessionmgr_impl.cc b/bin/sessionmgr/sessionmgr_impl.cc
index c7d7257..c64d75d 100644
--- a/bin/sessionmgr/sessionmgr_impl.cc
+++ b/bin/sessionmgr/sessionmgr_impl.cc
@@ -551,7 +551,7 @@
   AtEnd(Reset(&presentation_provider_impl_));
 
   // We create |story_provider_impl_| after |agent_runner_| so
-  // story_provider_impl_ is termiated before agent_runner_, which will cause
+  // story_provider_impl_ is terminated before agent_runner_, which will cause
   // all modules to be terminated before agents are terminated. Agents must
   // outlive the stories which contain modules that are connected to those
   // agents.
@@ -688,7 +688,7 @@
       session_shell_service_provider_ptr_.NewRequest());
 
   // |service_list| specifies which services are available to the child
-  // component from which ServiceProvicer. There is a lot of indirection here.
+  // component from which ServiceProvider. There is a lot of indirection here.
   auto service_list = fuchsia::sys::ServiceList::New();
   service_list->names.push_back(fuchsia::modular::ComponentContext::Name_);
   service_list->names.push_back(fuchsia::modular::IntelligenceServices::Name_);
@@ -702,7 +702,7 @@
 
   session_shell_app_->SetAppErrorHandler([this] {
     FXL_LOG(ERROR) << "Session Shell seems to have crashed unexpectedly."
-                   << "Logging out.";
+                   << " Logging out.";
     Logout();
   });