From 4a519e4c5b40f7128c422691cdb0073387e2c9e3 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 7 May 2018 14:40:54 +0200 Subject: build_scripts/main.py: Fix Engrish Change-Id: I794e0b094c7be96853c9c5024ede49ea54731506 Reviewed-by: Friedemann Kleint --- build_scripts/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_scripts/main.py') diff --git a/build_scripts/main.py b/build_scripts/main.py index eb1a12ac2..fd5998480 100644 --- a/build_scripts/main.py +++ b/build_scripts/main.py @@ -1188,8 +1188,8 @@ class pyside_build(_build): break if not clang_lib_path: - raise RuntimeError("Could not finding location of libclang " - "library from CMake cache.") + raise RuntimeError("Could not find the location of the libclang " + "library inside the CMake cache file.") if is_win: # clang_lib_path points to the static import library -- cgit v1.2.3