From a304d5ac74b9fa1db4c0b0f48f05e81f77b54e09 Mon Sep 17 00:00:00 2001 From: Robin De Schepper <robin.deschepper93@gmail.com> Date: Wed, 26 May 2021 16:40:57 +0200 Subject: [PATCH] Fix typo in proxy.hpp (#1551) --- python/proxy.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/proxy.hpp b/python/proxy.hpp index 3750cc1b..640db753 100644 --- a/python/proxy.hpp +++ b/python/proxy.hpp @@ -70,7 +70,7 @@ struct label_dict_proxy { } else { // Successfully parsed an expression that is neither region nor locset. - throw util::pprintf("The defninition of '{} = {}' does not define a valid region or locset.", name, desc); + throw util::pprintf("The definition of '{} = {}' does not define a valid region or locset.", name, desc); } // The entry was added succesfully: store it in the cache. cache[name] = desc; -- GitLab