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?