lib/revs-utils.rb in revs-utils-1.0.16 vs lib/revs-utils.rb in revs-utils-1.0.17
- old
+ new
@@ -191,10 +191,11 @@
"black and white"=>"black-and-white negatives",
"black-and-white"=>"black-and-white negatives",
"black and white negative"=>"black-and-white negatives",
"black and white negatives"=>"black-and-white negatives",
"color transparency"=>"color transparencies",
- "slide"=>"slides"
+ "slide"=>"slides",
+ "color transparancies"=>"color transparencies"
}
count = 0
format.each do |f|
format[count] = known_fixes[f.downcase] || f.downcase
count += 1