merge from nihvivo-rel-1.1-maint branch: fixing some "thumnail" typos

This commit is contained in:
nac26 2010-07-22 18:11:02 +00:00
parent ef712eb11a
commit 1267a25203
2 changed files with 2 additions and 2 deletions

View file

@ -448,7 +448,7 @@ public class FileModelHelper {
} }
/** /**
* Store this file surrogate as the thumnail on this entity. * Store this file surrogate as the thumbnail on this entity.
*/ */
public void setThumbnailOnIndividual(Individual entity, public void setThumbnailOnIndividual(Individual entity,
Individual thumbnailSurrogate) { Individual thumbnailSurrogate) {

View file

@ -30,7 +30,7 @@ public class NonLiteralPropertyRemover extends FsuScanner {
+ "are not literals."); + "are not literals.");
removeNonLiterals(imageProperty, "image file"); removeNonLiterals(imageProperty, "image file");
removeNonLiterals(thumbProperty, "thumnail"); removeNonLiterals(thumbProperty, "thumbnail");
} }
/** /**