Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit 05bb6f1

Browse files
author
Andy Herrick
committedJul 15, 2020
8248864: JPackage test extension misspelled "extention"
Reviewed-by: asemenyuk, almatvee, prr
1 parent 2f989d2 commit 05bb6f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/jdk.incubator.jpackage/share/classes/jdk/incubator/jpackage/internal/FileAssociation.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void verify() {
4949
}
5050

5151
static void verify(List<FileAssociation> associations) throws ConfigException {
52-
// only one mime type per association, at least one file extention
52+
// only one mime type per association, at least one file extension
5353
int assocIdx = 0;
5454
for (var assoc : associations) {
5555
++assocIdx;

‎test/jdk/tools/jpackage/helpers/jdk/jpackage/test/FileAssociations.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ final public class FileAssociations {
3232
public FileAssociations(String faSuffixName) {
3333
suffixName = faSuffixName;
3434
setFilename("fa");
35-
setDescription("jpackage test extention");
35+
setDescription("jpackage test extension");
3636
}
3737

3838
private void createFile() {

0 commit comments

Comments
 (0)
This repository has been archived.