From 9acebb08fe42353378faaecee53668939e804cd7 Mon Sep 17 00:00:00 2001 From: Daniel Miller Date: Sat, 31 Mar 2018 20:24:41 -0700 Subject: [PATCH] doc: spelling Merges https://github.com/espressif/esp-idf/pull/1800 --- docs/en/api-reference/system/power_management.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-reference/system/power_management.rst b/docs/en/api-reference/system/power_management.rst index 581d42b00..28263477d 100644 --- a/docs/en/api-reference/system/power_management.rst +++ b/docs/en/api-reference/system/power_management.rst @@ -31,7 +31,7 @@ Power Management Locks As mentioned in the overview, applications can acquire/release locks to control the power management algorithm. When application takes a lock, power management algorithm operation is restricted in a way described below, for each lock. When the lock is released, such restriction is removed. -Different parts of the application can take the same lock. In this case, lock mush be released the same number of times as it was acquired, in order for power managment algorithm to resume. +Different parts of the application can take the same lock. In this case, the lock must be released the same number of times as it was acquired, in order for power managment algorithm to resume. In ESP32, three types of locks are supported: