From 3ff171e157d7b8a3252d78fd84f745e7ccf9fafd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armin=20M=C3=BCller?= <27155134+arm-in@users.noreply.github.com> Date: Wed, 1 Apr 2020 14:37:43 +0200 Subject: [PATCH] Typos found by running "codespell" (#2584) --- lib/forwardanalyzer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/forwardanalyzer.h b/lib/forwardanalyzer.h index 24067798a..908f898a9 100644 --- a/lib/forwardanalyzer.h +++ b/lib/forwardanalyzer.h @@ -108,7 +108,7 @@ struct ForwardAnalyzer { virtual bool updateScope(const Token* endBlock, bool modified) const = 0; /// If the value is conditional virtual bool isConditional() const = 0; - /// The condtion that wil be assumes during analysis + /// The condition that will be assumed during analysis virtual void assume(const Token* tok, bool state, const Token* at = nullptr) = 0; virtual ~ForwardAnalyzer() {} };