Skip to content

Fix 'occured' -> 'occurred' typos in user-visible log messages#2545

Merged
jbonofre merged 1 commit intoapache:mainfrom
SAY-5:fix-occured-occurred-typo
Apr 19, 2026
Merged

Fix 'occured' -> 'occurred' typos in user-visible log messages#2545
jbonofre merged 1 commit intoapache:mainfrom
SAY-5:fix-occured-occurred-typo

Conversation

@SAY-5
Copy link
Copy Markdown
Contributor

@SAY-5 SAY-5 commented Apr 17, 2026

Trivial spelling fix in two source files — occuredoccurred.

All four occurrences are in user-visible output:

  • main/src/main/java/org/apache/karaf/main/lock/DefaultJDBCLock.java — three SEVERE-level log messages emitted when the JDBC lock fails to obtain a connection, set up the connection, or release a ResultSet.
  • wrapper/src/main/java/org/apache/karaf/wrapper/internal/service/Main.javaSystem.err message printed when the wrapper fails to shut the OSGi framework down cleanly.

No functional changes.

- main/.../DefaultJDBCLock.java: three SEVERE-level log messages
  emitted when a JDBC lock fails to obtain a connection, set up the
  connection, or release a ResultSet.
- wrapper/.../Main.java: System.err message printed when the wrapper
  fails to shut the OSGi framework down cleanly.

No functional changes.

Signed-off-by: Sai Asish Y <[email protected]>
@jbonofre jbonofre self-requested a review April 19, 2026 04:45
@jbonofre jbonofre merged commit 7c05b48 into apache:main Apr 19, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants