From 10ec98dd3852369834b6367da5615ec2a21846a3 Mon Sep 17 00:00:00 2001 From: mjz19910 Date: Fri, 7 Jan 2022 05:04:05 -0700 Subject: Everywhere: Fix spelling mistakes --- Userland/Applications/Spreadsheet/JSIntegration.cpp | 2 +- Userland/Applications/Spreadsheet/Readers/XSV.h | 2 +- Userland/Applications/Spreadsheet/select_format_page.gml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Userland/Applications/Spreadsheet') diff --git a/Userland/Applications/Spreadsheet/JSIntegration.cpp b/Userland/Applications/Spreadsheet/JSIntegration.cpp index 0015f6eff2..a14d4d7fd9 100644 --- a/Userland/Applications/Spreadsheet/JSIntegration.cpp +++ b/Userland/Applications/Spreadsheet/JSIntegration.cpp @@ -18,7 +18,7 @@ namespace Spreadsheet { Optional get_function_and_argument_index(StringView source) { JS::Lexer lexer { source }; - // Track 's, and how many complete expressions are inside the parenthesised expression. + // Track 's, and how many complete expressions are inside the parenthesized expression. Vector state; StringView last_name; Vector names; diff --git a/Userland/Applications/Spreadsheet/Readers/XSV.h b/Userland/Applications/Spreadsheet/Readers/XSV.h index 25baaaa3d0..abd07117f5 100644 --- a/Userland/Applications/Spreadsheet/Readers/XSV.h +++ b/Userland/Applications/Spreadsheet/Readers/XSV.h @@ -44,7 +44,7 @@ struct ParserTraits { E(NonConformingColumnCount, "Header count does not match given column count") \ E(QuoteFailure, "Quoting failure") \ E(InternalError, "Internal error") \ - E(DataPastLogicalEnd, "Exrta data past the logical end of the rows") + E(DataPastLogicalEnd, "Extra data past the logical end of the rows") enum class ReadError { #define E(name, _) name, diff --git a/Userland/Applications/Spreadsheet/select_format_page.gml b/Userland/Applications/Spreadsheet/select_format_page.gml index 7010ce8e38..9e88191a99 100644 --- a/Userland/Applications/Spreadsheet/select_format_page.gml +++ b/Userland/Applications/Spreadsheet/select_format_page.gml @@ -7,7 +7,7 @@ @GUI::Label { text: "Please double-check the guessed file type\nor select the correct one below" - text_aliignment: "TopLeft" + text_alignment: "TopLeft" fixed_height: 32 } -- cgit v1.2.3