You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/11/20 00:18:23 UTC

[whimsy] branch master updated: Fix typo in PODLINGNAMESEARCH-26

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 07cbd7b  Fix typo in PODLINGNAMESEARCH-26
07cbd7b is described below

commit 07cbd7b14cd805c21cbcbe5ede466e1c21d84548
Author: Sebb <se...@apache.org>
AuthorDate: Fri Nov 20 00:18:13 2020 +0000

    Fix typo in PODLINGNAMESEARCH-26
---
 lib/whimsy/asf/podling.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/whimsy/asf/podling.rb b/lib/whimsy/asf/podling.rb
index 0e75d69..ea19c1c 100644
--- a/lib/whimsy/asf/podling.rb
+++ b/lib/whimsy/asf/podling.rb
@@ -423,6 +423,7 @@ module ASF
           name.sub! /^Apache\s+/, ''
           name.gsub! /\s+\(.*?\)/, ''
           name = nil if name =~ /^\s*This/ or name !~ /[A-Z]/ or name =~ %r{^N/A}
+          name.sub('Open Climate Workench', 'Open Climate Workbench') # fix up typo in PODLINGNAMESEARCH-26
         end
 
         name ||= title[/"Apache ([a-zA-Z].*?)"/, 1]