diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index bb73d38b..45c87e1f 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -118,7 +118,7 @@ def get_equal_string_end(stringarray = ['']) already_found = '' looping = true counter = -1 - # remove nils (# Issue #231) + # remove nils (# Issue #232) stringarray = stringarray.compact if stringarray.kind_of? Array and stringarray.length > 1 base = stringarray.first