8248864: JPackage test extension misspelled "extention"

Reviewed-by: asemenyuk, almatvee, prr
This commit is contained in:
Andy Herrick 2020-07-15 14:53:05 -04:00
parent 2f989d273d
commit 05bb6f1ec2
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ final class FileAssociation {
}
static void verify(List<FileAssociation> associations) throws ConfigException {
// only one mime type per association, at least one file extention
// only one mime type per association, at least one file extension
int assocIdx = 0;
for (var assoc : associations) {
++assocIdx;

View File

@ -32,7 +32,7 @@ final public class FileAssociations {
public FileAssociations(String faSuffixName) {
suffixName = faSuffixName;
setFilename("fa");
setDescription("jpackage test extention");
setDescription("jpackage test extension");
}
private void createFile() {