From 658e54cd2ed35aec3b5fdc749138fcb3bb1f2166 Mon Sep 17 00:00:00 2001 From: Matthew Gaudet Date: Tue, 25 Aug 2020 20:44:46 +0000 Subject: [PATCH] No Bug - Fix spelling error in Promise.h r=caroline DONTBUILD DONTBUILD Differential Revision: https://phabricator.services.mozilla.com/D88188 --- js/public/Promise.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/public/Promise.h b/js/public/Promise.h index 0e14cbffe5c5..5f444dd2b205 100644 --- a/js/public/Promise.h +++ b/js/public/Promise.h @@ -135,7 +135,7 @@ extern JS_PUBLIC_API void SetJobQueue(JSContext* cx, JobQueue* queue); * interruption began must wait for the debuggee to be continued - and thus run * after microtasks enqueued after they were. * - * Fortunately, this reordering is visible olny at the global level: when + * Fortunately, this reordering is visible only at the global level: when * implemented correctly, it is not detectable by an individual debuggee. Note * that a debuggee should generally be a complete unit of similar-origin related * browsing contexts. Since non-debuggee activity falls outside that unit, it