From 9c125a26dbf1b6ecc674df2bd1abc02ca48da2cd Mon Sep 17 00:00:00 2001 From: co63oc Date: Sat, 8 Mar 2025 16:44:15 +0800 Subject: Fix typos in comments --- mesonbuild/mparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/mparser.py') diff --git a/mesonbuild/mparser.py b/mesonbuild/mparser.py index 0ffaceb7c..f1c60712c 100644 --- a/mesonbuild/mparser.py +++ b/mesonbuild/mparser.py @@ -1102,7 +1102,7 @@ class Parser: e.ast = block raise - # Remaining whitespaces will not be catched since there are no more nodes + # Remaining whitespaces will not be caught since there are no more nodes for ws_token in self.current_ws: block.append_whitespaces(ws_token) self.current_ws = [] -- cgit v1.2.3