From fbdbac3851784b09692e672d04c4378e558e3304 Mon Sep 17 00:00:00 2001 From: Inkyun Kil Date: Mon, 8 May 2017 13:32:32 +0900 Subject: Fix typo errors Change-Id: I6911f29f186e8d730efd116fcb5d1747f7278cf9 Signed-off-by: Inkyun Kil --- .../Tizen.Applications/AlarmManager.cs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs b/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs index 266052e..117bfbf 100755 --- a/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs +++ b/Tizen.Applications.Alarm/Tizen.Applications/AlarmManager.cs @@ -125,7 +125,7 @@ namespace Tizen.Applications /// The actual interval is calculated by the OS. The minimum value is 600sec /// The destination AppControl to perform a specific task when the alarm is triggered /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parmaeter. + /// Thrown in case of Invalid parameter. /// Thrown in case of permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set @@ -151,7 +151,7 @@ namespace Tizen.Applications /// The amount of time before the execution (in seconds) /// The destination AppControl to perform a specific task when the alarm is triggered /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parmaeter. + /// Thrown in case of Invalid parameter. /// Thrown in case of permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set @@ -177,7 +177,7 @@ namespace Tizen.Applications /// The destination AppControl to perform specific work when the alarm is triggered /// Alarm Instance created with the set param values. /// This operation is permitted wit UI application appcontrol only. - /// Thrown in case of Invalid parmaeter. + /// Thrown in case of Invalid parameter. /// Thrown in case of permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set @@ -207,7 +207,7 @@ namespace Tizen.Applications /// The day of the week, AlarmWeekFlag may be a combination of days, like AlarmWeekFlag.Sunday | AlarmWeekFlag.Monday /// The destination AppControl to perform specific work when the alarm is triggered /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parmaeter. + /// Thrown in case of Invalid parameter. /// Thrown in case of permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set @@ -233,7 +233,7 @@ namespace Tizen.Applications /// The first active alarm time /// The notification to be posted when the alarm is triggered /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parmaeter. + /// Thrown in case of Invalid parameter. /// Thrown in case of permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set @@ -259,11 +259,11 @@ namespace Tizen.Applications /// Sets an alarm to be triggered periodically, starting at a specific time. /// The date describes the time of the first occurrence. /// - /// The amount of time before the first execution (in seconds). - /// The amount of time between subsequent alarms (in seconds). This value does not guarantee the accuracy. + /// The amount of time before the first execution (in seconds). + /// The amount of time between subsequent alarms (in seconds). This value does not guarantee the accuracy. /// The notification to be posted when the alarm is triggered /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parmaeter. + /// Thrown in case of Invalid parameter. /// Thrown in case of permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set @@ -287,13 +287,13 @@ namespace Tizen.Applications /// /// Sets an alarm to be triggered periodically, starting at a specific time. /// The date describes the time of the first occurrence. - /// /// The first active alarm time /// The day of the week, AlarmWeekFlag may be a combination of days, /// like AlarmWeekFlag.Sunday | AlarmWeekFlag.Monday /// The notification to be posted when the alarm is triggered /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parmaeter. + /// Thrown in case of Invalid parameter. /// Thrown in case of permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set @@ -322,7 +322,7 @@ namespace Tizen.Applications /// The amount of time before the first execution (in seconds). /// The notification to be posted when the alarm is triggered /// Alarm Instance created with the set param values. - /// Thrown in case of Invalid parmaeter. + /// Thrown in case of Invalid parameter. /// Thrown in case of permission denied. /// Thrown in case of any internal error. /// http://tizen.org/privilege/alarm.set -- cgit v1.2.3