diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-02-13 15:54:40 +0100 |
---|---|---|
committer | Vincent Untz <vuntz@gnome.org> | 2013-02-13 18:27:42 +0100 |
commit | 77487fc8ec771eff7492a7638e31a7226f564218 (patch) | |
tree | f0e2e4980aacc6e6c2329cc497620fcbfc8a8a63 | |
parent | 806462d8f6c3a2c0fac3488e94763e46ecef896c (diff) | |
download | xdg-specs-77487fc8ec771eff7492a7638e31a7226f564218.tar.xz |
idle-inhibit: Fix typos
-rw-r--r-- | idle-inhibit/specification.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/idle-inhibit/specification.xml b/idle-inhibit/specification.xml index 48bff67..3cc9ea3 100644 --- a/idle-inhibit/specification.xml +++ b/idle-inhibit/specification.xml @@ -34,9 +34,9 @@ <para>The Idle Inhibition Service API allows client applications to inhibit a user's login session from becoming idle.</para> - <para>The service is usually implemented by the session manager, or anothe daemon + <para>The service is usually implemented by the session manager, or another daemon running inside the user's session, and communicating with the platform software - to avoid the idle, and the consequences of becoming idle.</para> + to avoid becoming idle, and the consequences of becoming idle.</para> <para>This API was designed by GNOME and KDE developers with the goal of having a common way to inhibit idleness.</para> @@ -77,9 +77,10 @@ <chapter> <title>API notes</title> - <para>The D-Bus service name is intentionally, as KDE implements the idle inhibition - API in a screensaver sub-module. It was necessary for the specificed Idle Inhibition - Service API to be compatible with this existing software.</para> + <para>The D-Bus service name, org.freedesktop.ScreenSaver, intentionally contains + the word screensaver, as KDE implements the idle inhibition API in a screensaver + sub-module. It was necessary for the specificed Idle Inhibition Service API to be + compatible with this existing software.</para> <para>For the same reasons, inhibition of suspend, hibernation, or user-switching (amongst others) is not supported in the API.</para> |