From c55a002f95f74a3f4342b02a1decfde4d3f76290 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 21 Jan 2013 13:19:08 +0100 Subject: [PATCH] Language fix --- lib/core/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/common.py b/lib/core/common.py index fe31aaa54..ebc006533 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -3293,7 +3293,7 @@ def isNumber(value): def zeroDepthSearch(expression, value): """ - Searches occurances of value inside expression at 0-depth level + Searches occurrences of value inside expression at 0-depth level regarding the parentheses """