From 7823edaff4f34cd6d36e7935c4ca8a1d108d8e37 Mon Sep 17 00:00:00 2001 From: Alena Laskavaia <elaskavaia.cdt@gmail.com> Date: Sat, 19 Jun 2010 17:37:54 +0000 Subject: [PATCH] Bug 317067: typo --- .../OSGI-INF/l10n/bundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties b/codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties index 3f942ae2aaa..d5739593f8e 100644 --- a/codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties +++ b/codan/org.eclipse.cdt.codan.checkers/OSGI-INF/l10n/bundle.properties @@ -36,7 +36,7 @@ problem.description.NamingConventionFunction = Finds and reports functions name problem.messagePattern.NamingConventionFunction = Bad function name "{0}" (pattern /{1}/) problem.name.NamingConventionFunction = Name convention for function checker.name.ReturnChecker = Return inconsistencies -problem.description.NoReturnValue = Return statment has no return value, if somebody would use return value from this function it would be random +problem.description.NoReturnValue = Return statement has no return value, if somebody would use return value from this function it would be random problem.messagePattern.NoReturnValue = Return without value, in function returning non-void problem.name.NoReturnValue = No return value problem.description.UnusedReturnValue = Return statement has a value, but function is declared to return void. Did you mean to declare function with return value?