Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 7f71ddd

Browse files
committed
Fix mistyping
1 parent 3bde6f9 commit 7f71ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/uk/bot_by/aws_lambda/slf4j/LambdaLoggerFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ private Properties loadProperties(String configurationFile) {
280280
properties.load(configurationInputStream);
281281
} catch (IOException | NullPointerException e) {
282282
// ignored
283-
Util.report(CONFIGURATION_FILE + "is missed");
283+
Util.report(CONFIGURATION_FILE + " is missed");
284284
}
285285

286286
return properties;

0 commit comments

Comments
 (0)