mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Core/Common: Fix typos
Found via `codespell -q 3 -S "./Externals,./Data/Sys/wiitdb-??.txt,*.po,*.pot" -L andf,asnd,bootup,brocken,bufferin,clen,collet,datas,delt,diety,extint,fpr,inout,inport,interm,nd,nin,ontop,pixelx,re-use,re-used,sav,stateman,strat,transer,wil`
This commit is contained in:
@ -616,7 +616,7 @@ const Lexer& Lexer::Step() const
|
||||
|
||||
TokenType Lexer::LexStringLit(std::string_view& invalid_reason, Interval& invalid_region) const
|
||||
{
|
||||
// The open quote has alread been matched
|
||||
// The open quote has already been matched
|
||||
const size_t string_start = m_scan_pos.index - 1;
|
||||
TokenType token_type = TokenType::StringLit;
|
||||
|
||||
|
Reference in New Issue
Block a user