diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-02-16 02:55:10 +0000 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-02-16 02:55:10 +0000 |
commit | a231fbce3e971bacb690773a4b6b7ac5ebaef5e3 (patch) | |
tree | 0cb15f71898bf6615f646a241e3085e40b4947e7 /lib | |
parent | Merge branch 'upstream' into debian/sid (diff) | |
parent | regex matches vim syntax hilighting (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v0/shared_sem.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/shared_sem.rb b/lib/sisu/v0/shared_sem.rb index f6303ee0..a082cfc2 100644 --- a/lib/sisu/v0/shared_sem.rb +++ b/lib/sisu/v0/shared_sem.rb @@ -112,7 +112,7 @@ module SiSU_sem def sem_marker_added_extra_parts unless @para =~ rgx.exclude @para.gsub!(rgx.whole_csc_ae,'') - if para =~rgx.each_csc_ae; puts "WARNING semantic taggin error: #@para" + if @para =~rgx.each_csc_ae; puts "WARNING semantic taggin error: #@para" end end @para |