Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM authored May 18, 2022
1 parent 994c53a commit 6b9842a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class Logger implements Serializable {
*/
@NonCPS
void deprecated(String deprecatedItem, String newItem) {
String message = "The step/function/class '$deprecatedItem' is marked as depecreated and will be removed in future releases. " +
String message = "The step/function/class '$deprecatedItem' is marked as deprecated and will be removed in future releases. " +
"Please use '$newItem' instead."
deprecated(message)
}
Expand Down

0 comments on commit 6b9842a

Please sign in to comment.