Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: source/tools/gensprep/filterRFC3454.pl

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/tools/genrb/wrtxml.cpp ('k') | source/tools/gensprep/gensprep.vcxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/tools/gensprep/filterRFC3454.pl
diff --git a/source/tools/gensprep/filterRFC3454.pl b/source/tools/gensprep/filterRFC3454.pl
index a65c11ffc2f1060770c8e15f846a21f9bcce2b45..8cd725e0de5d88f1858d7487735f0de314c62573 100755
--- a/source/tools/gensprep/filterRFC3454.pl
+++ b/source/tools/gensprep/filterRFC3454.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# Copyright (c) 2001-2009 International Business Machines
+# Copyright (c) 2001-2015 International Business Machines
# Corporation and others. All Rights Reserved.
####################################################################################
@@ -140,7 +140,7 @@ sub main(){
if( defined $writeISCSIProhibitedExtra){
create_iSCSIExtraProhibitedTable($inFH, $outfile);
}
- if( defined $writeXMPPNodeProhitedExtra){
+ if( defined $writeXMPPNodeProhibitedExtra){
create_XMPPNodeExtraProhibitedTable($inFH, $outfile);
}
if( defined $writeSASLMap){
« no previous file with comments | « source/tools/genrb/wrtxml.cpp ('k') | source/tools/gensprep/gensprep.vcxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698