diff options
author | Christopher Lee <chris.lee@canonical.com> | 2014-11-18 15:53:37 +1300 |
---|---|---|
committer | Christopher Lee <chris.lee@canonical.com> | 2014-11-18 15:53:37 +1300 |
commit | 42a6c1cd192b35125c47bc31f4e20bc567c83b52 (patch) | |
tree | 7623cb1e82b4887d737a8698160bfa2f97439bae /data | |
parent | d5a8d0a6add9ef44557775d076d11a9d4f0438ef (diff) | |
download | ayatana-indicator-power-42a6c1cd192b35125c47bc31f4e20bc567c83b52.tar.gz ayatana-indicator-power-42a6c1cd192b35125c47bc31f4e20bc567c83b52.tar.bz2 ayatana-indicator-power-42a6c1cd192b35125c47bc31f4e20bc567c83b52.zip |
Fix minor typos in power testing xml file.
Diffstat (limited to 'data')
-rw-r--r-- | data/com.canonical.indicator.power.Testing.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/com.canonical.indicator.power.Testing.xml b/data/com.canonical.indicator.power.Testing.xml index 25cd059..72cf6cf 100644 --- a/data/com.canonical.indicator.power.Testing.xml +++ b/data/com.canonical.indicator.power.Testing.xml @@ -22,7 +22,7 @@ <property name="MockBatteryState" type="s" access="readwrite"> <doc:doc> <doc:description> - <doc:para>The mock battery's state. Possible values: 'charging', 'discharging' (Defualt: 'discharging')</doc:para> + <doc:para>The mock battery's state. Possible values: 'charging', 'discharging' (Default: 'discharging')</doc:para> </doc:description> </doc:doc> </property> @@ -30,7 +30,7 @@ <property name="MockBatteryMinutesLeft" type="u" access="readwrite"> <doc:doc> <doc:description> - <doc:para>Muntes left until the mock battery finishes charging/dischargin (Default: 30)</doc:para> + <doc:para>Minutes left until the mock battery finishes charging/discharging (Default: 30)</doc:para> </doc:description> </doc:doc> </property> |