From fdbd7bedfcafed52edb84563480d0f11da3cfb59 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Tue, 12 Nov 2024 15:02:26 +0000 Subject: [PATCH] Critial -> Critical Signed-off-by: Arthit Suriyawongkul --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92bebed5..5a7d93d0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Most common use of the library would de-serialize an existing SPDX document usin ## Multi-Threaded Considerations -The methods enterCriticalSection and leaveCritialSection are available to support multi-threaded applications. These methods serialize access to the model store for the specific SPDX document used for the SPDX model object. +The methods enterCriticalSection and leaveCriticalSection are available to support multi-threaded applications. These methods serialize access to the model store for the specific SPDX document used for the SPDX model object. ## Getting Started