Skip to content

Commit

Permalink
fix typo in code
Browse files Browse the repository at this point in the history
  • Loading branch information
pj-spoelders committed May 8, 2024
1 parent 3d948a2 commit 41cc2ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ trait SecureBucket extends LazyLogging { self: Bucket =>
throw new BucketValidationException(
ExaError
.messageBuilder("E-CSE-5")
.message("Using credentials as parameters is forbidded.")
.message("Using credentials as parameters is forbidden.")
.mitigation("Please use an Exasol named connection object via CONNECTION_NAME property.")
.toString()
)
Expand Down

0 comments on commit 41cc2ff

Please sign in to comment.