You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cl...@apache.org on 2016/08/19 05:23:49 UTC

[whimsy] branch master updated: Allow tot to be part of names

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

clr pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  1fbad69   Allow tot to be part of names
1fbad69 is described below

commit 1fbad69f881ba3344857b60bf7a87742eed726ce
Author: Craig L Russell <cr...@oracle.com>
AuthorDate: Thu Aug 18 22:23:37 2016 -0700

    Allow tot to be part of names
---
 www/secretary/workbench/file.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/secretary/workbench/file.cgi b/www/secretary/workbench/file.cgi
index 3f4d2bc..b8f068d 100755
--- a/www/secretary/workbench/file.cgi
+++ b/www/secretary/workbench/file.cgi
@@ -140,7 +140,7 @@ def check
     name.split.each do |word|
       next if word.length == 1 and word !~ /\w/
       next if word =~ /^\W/
-      next if %w(van von da de del der den dos i).include? word
+      next if %w(van von da de del der den dos i tot).include? word
       output << ['case', name] if word !~ /[A-Z][a-z]*/
     end
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].