From 363004278bbc8ca118760396d5d991b59c26c5fa Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Tue, 16 Jun 2020 15:31:35 +0300 Subject: [PATCH] Fix minor typos --- ksmserver/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ksmserver/README b/ksmserver/README index bb419b933..e7c1707ea 100644 --- a/ksmserver/README +++ b/ksmserver/README @@ -6,13 +6,13 @@ Lubos Lunak ksmserver is KDE's session management server. It talks the standard X11R6 session management protocol (XSMP). Thus, in theory, -it should be compatible with all session managment compliant X11R6 +it should be compatible with all session management compliant X11R6 applications. Unfortunately, there aren't that many of them. To be precise, I have never seen a single commercial application that supports it and even within the official X11R6 distribution, 'xclock' is the only exception. Nevertheless we've chosen to support XSMP -despites the complexity of the protocol in order to provide KDE users -more interoperability with applications that were not explicitely +despite the complexity of the protocol in order to provide KDE users +more interoperability with applications that were not explicitly written with KDE in mind. XSMP, as an official X standard, promised to be more likely to be supported by third parties than even a superior KDE-specific protocol. Let's see whether we were right and more