From a8b46a6bee4b2a33ea28f7a2b5c52819ba1ef087 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 07:12:08 +0000 Subject: [PATCH] spelling: indefinitely Signed-off-by: Josh Soref --- doc/api-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api-extensions.md b/doc/api-extensions.md index f071237e0..ae9cced1c 100644 --- a/doc/api-extensions.md +++ b/doc/api-extensions.md @@ -25,7 +25,7 @@ an efficient ringbuffer. This adds `reboot2()` as a new API extension. This function properly waits until a reboot succeeded. It takes a timeout argument. When set to `> 0` `reboot2()` will block until the timeout is reached, if timeout is set to zero -`reboot2()` will not block, if set to -1 `reboot2()` will block indefinitly. +`reboot2()` will not block, if set to -1 `reboot2()` will block indefinitely. ## mount\_injection