From fad97ef32c5b2681fd5575c74843f7582fe1cc90 Mon Sep 17 00:00:00 2001 From: Himanshu Jha Date: Thu, 25 Oct 2018 12:38:45 +0530 Subject: [PATCH] doc: Fix a typo Fix spelling of `Signed-of-by` -> `Signed-off-by`. Signed-off-by: Himanshu Jha --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d92ed072549..9341d0b0770 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -19,7 +19,7 @@ documentation. * The Developer Certificate of Origin (DCO) process is followed to ensure developers are following licensing criteria for their - contributions, and documented with a ``Signed-of-by`` line in commits. + contributions, and documented with a ``Signed-off-by`` line in commits. * Zephyr development workflow is supported on Linux, macOS, and Windows, (with a few exceptions).