From d48216226921e4f39979e20b6a8689c451eb1a13 Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Mon, 19 Sep 2011 19:49:09 +0200 Subject: [PATCH] STYLE: english --- Code/ApplicationEngine/otbWrapperParameterKey.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/ApplicationEngine/otbWrapperParameterKey.h b/Code/ApplicationEngine/otbWrapperParameterKey.h index 2df2d21956..be04835b00 100644 --- a/Code/ApplicationEngine/otbWrapperParameterKey.h +++ b/Code/ApplicationEngine/otbWrapperParameterKey.h @@ -89,7 +89,7 @@ last() : return "tata" /** Set Key value */ void SetKey( const std::string & val ) { - // Check chain : minuscule, alphanumerical or "." + // Check chain : lowercase, alphanumerical or "." itksys::RegularExpression reg; reg.compile("([^0-9a-z\\.])"); -- GitLab