summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLukas Tinkl <lukas@kde.org>2012-06-27 10:55:52 +0100
committerRichard Hughes <richard@hughsie.com>2012-06-27 10:55:52 +0100
commit7bad068a2d9fbbd509d0a53bcf6c2ffde6a4ef77 (patch)
treecf1d8b0efd3afda2e11cc54d8c0885d22b791521 /src
parent336f8bd222bf6a15666a6d22b2e395923e690111 (diff)
trivial: Fix up some documentation typos
Signed-off-by: Richard Hughes <richard@hughsie.com>
Diffstat (limited to 'src')
-rw-r--r--src/org.freedesktop.UPower.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/org.freedesktop.UPower.xml b/src/org.freedesktop.UPower.xml
index a3f0004..9582ab5 100644
--- a/src/org.freedesktop.UPower.xml
+++ b/src/org.freedesktop.UPower.xml
@@ -237,11 +237,11 @@ method return sender=:1.386 -> dest=:1.451 reply_serial=2
System state is not preserved if the power is lost.
</doc:para>
<doc:para>
- If AboutToRequestSleep() has not been called then UPower will send
+ If AboutToSleep() has not been called then UPower will send
the Sleeping() signal and block for one second.
</doc:para>
<doc:para>
- If AboutToRequestSleep() has been called less than one second
+ If AboutToSleep() has been called less than one second
before this method is called then UPower will block for the
remaining time to complete one second of delay.
</doc:para>
@@ -277,11 +277,11 @@ method return sender=:1.386 -> dest=:1.451 reply_serial=2
System state is preserved if the power is lost.
</doc:para>
<doc:para>
- If AboutToRequestSleep() has not been called then UPower will send
+ If AboutToSleep() has not been called then UPower will send
the Sleeping() signal and block for one second.
</doc:para>
<doc:para>
- If AboutToRequestSleep() has been called less than one second
+ If AboutToSleep() has been called less than one second
before this method is called then UPower will block for the
remaining time to complete one second of delay.
</doc:para>