From ff746139fd23a7e30b491aac2d8bebda96d9d6d6 Mon Sep 17 00:00:00 2001 From: Maxim Mazurok Date: Mon, 17 Dec 2018 05:03:06 -0800 Subject: [PATCH] Fixed typo and added new author - Changed "Formating" to "Formatting" in comment - Added Maxim Mazurok to AUTHORS file as required by https://www.chromium.org/developers/contributing-code#TOC-Legal-stuff Change-Id: I48633694975879013c983580fa9b8c71dcb2e8f4 Reviewed-on: https://chromium-review.googlesource.com/c/1379231 Commit-Queue: Yang Guo Reviewed-by: Yang Guo Cr-Commit-Position: refs/heads/master@{#58303} --- AUTHORS | 1 + test/webkit/nested-functions.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 5a6cc72991..808b074d57 100644 --- a/AUTHORS +++ b/AUTHORS @@ -115,6 +115,7 @@ Matheus Marchini Mathias Bynens Matt Hanselman Matthew Sporleder +Maxim Mazurok Maxim Mossienko Michael Lutz Michael Smith diff --git a/test/webkit/nested-functions.js b/test/webkit/nested-functions.js index b421143cf8..511e242e87 100644 --- a/test/webkit/nested-functions.js +++ b/test/webkit/nested-functions.js @@ -32,7 +32,7 @@ var passed4 = false; // Test cases deliberately nested! function runTests() { - // Formating of these functions is significant for regression + // Formatting of these functions is significant for regression // testing; functions with small bodies are not cached! function test1() { return this; } function test2() { "use strict"; return this; }