From 55f757c8a24efe76dec4b3aa86d9d06edb649a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96nder=20G=C3=B6rmez?= Date: Sun, 21 Jul 2024 18:19:30 +0300 Subject: [PATCH] Fix typo (#701) Co-authored-by: Steve Karg --- src/bacnet/basic/sys/mstimer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bacnet/basic/sys/mstimer.c b/src/bacnet/basic/sys/mstimer.c index a757f610..50cc8465 100644 --- a/src/bacnet/basic/sys/mstimer.c +++ b/src/bacnet/basic/sys/mstimer.c @@ -115,7 +115,7 @@ void mstimer_reset(struct mstimer *t) * current time. * * @note A periodic timer will drift if this function is used to reset - * it. For preioric timers, use the mstimer_reset() function instead. + * it. For periodic timers, use the mstimer_reset() function instead. * @param t A pointer to the timer. * @sa mstimer_reset() */