Skip to content

Commit d2c7b47

Browse files
jsvdCopilot
andauthored
Update logstash-core/src/main/java/org/logstash/plugins/discovery/PluginRegistry.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9c4aaa6 commit d2c7b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash-core/src/main/java/org/logstash/plugins/discovery/PluginRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
/**
4343
* Registry for built-in Java plugins (not installed via logstash-plugin).
44-
* This is singleton ofr two reasons:
44+
* This is singleton for two reasons:
4545
* <ul>
4646
* <li>it's a registry so no need for multiple instances</li>
4747
* <li>plugin discovery touches the classpath, so we keep it single-threaded</li>

0 commit comments

Comments
 (0)