diff --git a/balta/src/main/scala/za/co/absa/db/balta/classes/DBFunction.scala b/balta/src/main/scala/za/co/absa/db/balta/classes/DBFunction.scala index 0db007c..9dbb541 100644 --- a/balta/src/main/scala/za/co/absa/db/balta/classes/DBFunction.scala +++ b/balta/src/main/scala/za/co/absa/db/balta/classes/DBFunction.scala @@ -54,7 +54,7 @@ sealed abstract class DBFunction private(functionName: String, } /** - * Executes the function without any verification proceudre. It instantiate the function result(s) and return them in + * Executes the function without any verification procedure. It instantiates the function result(s) and returns them in * a list. * @param orderBy - the clause how to order the function result, if empty, default ordering is preserved * @param connection - the database connection