From 901cdd40ea80b6b3961de7d202f43421ba6f13d4 Mon Sep 17 00:00:00 2001 From: lijunjie Date: Wed, 16 Jan 2019 10:59:19 +0800 Subject: [PATCH] Fix the misspelling of "language" Change-Id: Idaaeba53ba3f39ae8310acb6c654324d2872dedd --- doc/source/writing_and_deploying_storlets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/writing_and_deploying_storlets.rst b/doc/source/writing_and_deploying_storlets.rst index a46737e0..85986d1a 100644 --- a/doc/source/writing_and_deploying_storlets.rst +++ b/doc/source/writing_and_deploying_storlets.rst @@ -98,7 +98,7 @@ storlet. If this happens, just re-send the request again. We support two types of dependencies: #. External libraries or modules that - are native to the storlet langauge + are native to the storlet language #. Executables dependency that the storlet code can execute.