Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Chapyshev committed Aug 27, 2023
1 parent d5986bf commit 5551c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/host/user_session_manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ bool UserSessionManager::start(Delegate* delegate)
// Start the server which will accept incoming connections from UI processes in user sessions.
if (!ipc_server_->start(kIpcChannelIdForUI, this))
{
LOG(LS_WARNING) << "Failed to start IPC servcer for UI";
LOG(LS_WARNING) << "Failed to start IPC server for UI";
return false;
}

Expand Down

0 comments on commit 5551c8a

Please sign in to comment.