From 08b0d93422638d1503208566f4726b5b1f629cc5 Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Sun, 30 Jul 2017 10:40:41 -0700 Subject: Spelling fix on interface s/mili/milli/ Change-Id: I0e67d6b6a476ac6212d53fbdfd7efc3e9c06f7ab Signed-off-by: Patrick Venture --- xyz/openbmc_project/State/Watchdog.interface.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xyz/openbmc_project/State/Watchdog.interface.yaml b/xyz/openbmc_project/State/Watchdog.interface.yaml index 7ba0c1e..59b54b0 100644 --- a/xyz/openbmc_project/State/Watchdog.interface.yaml +++ b/xyz/openbmc_project/State/Watchdog.interface.yaml @@ -9,12 +9,12 @@ properties: - name: Interval type: uint64 description: > - Time interval to arm the watchdog, in mili-second. + Time interval to arm the watchdog, in milli-second. default: 30000 - name: TimeRemaining type: uint64 description: > - Time remaining before timeout, in mili-second. + Time remaining before timeout, in milli-second. Setting this property can re-arm the watchdog. default: 0 -- cgit v1.2.1