From 42ff5043b458199a83f759db1976ab6a16249be4 Mon Sep 17 00:00:00 2001 From: Stephen Kraffmiller Date: Thu, 29 Aug 2024 09:54:22 -0400 Subject: [PATCH] #10517 fix typo --- src/main/java/propertyFiles/Bundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/propertyFiles/Bundle.properties b/src/main/java/propertyFiles/Bundle.properties index e7862118f7d..fc13cc1d987 100644 --- a/src/main/java/propertyFiles/Bundle.properties +++ b/src/main/java/propertyFiles/Bundle.properties @@ -8,7 +8,7 @@ passwd=Password # we need to add the rest of the types here for two reasons. First, we want # translators to be able to translate these types. Second, in English it looks # weird to have only "Dataset" capitalized in the facet but not "software" and -# "workflow". This capitalization (looking up here in the bundel) is done by +# "workflow". This capitalization (looking up here in the bundle) is done by # SearchServiceBean near the comment "This is where facets are capitalized". dataset=Dataset software=Software