ACK: [PATCH] lib: wakealarm: fix spelling mistake
IvanHu
ivan.hu at canonical.com
Mon Jul 14 07:35:20 UTC 2014
On 06/24/2014 06:30 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> waitin --> waiting
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/lib/src/fwts_wakealarm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/lib/src/fwts_wakealarm.c b/src/lib/src/fwts_wakealarm.c
> index 825a91f..d0fa5cb 100644
> --- a/src/lib/src/fwts_wakealarm.c
> +++ b/src/lib/src/fwts_wakealarm.c
> @@ -149,7 +149,7 @@ int fwts_wakealarm_check_fired(fwts_framework *fw, const int seconds)
> /* Wait for data to be available or timeout */
> rc = select(fd + 1, &rfds, NULL, NULL, &tv);
> if (rc == -1) {
> - fwts_log_error(fw, "Select failed waitin for Real Time Clock device %s to fire.\n", fwts_rtc);
> + fwts_log_error(fw, "Select failed waiting for Real Time Clock device %s to fire.\n", fwts_rtc);
> ret = FWTS_ERROR;
> goto out;
> }
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list