Skip to content

Commit 7560f72

Browse files
committed
Fix a typo.
1 parent 869eb29 commit 7560f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spark-cobol/src/main/scala/za/co/absa/cobrix/spark/cobol/SparkCobolProcessor.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ object SparkCobolProcessor {
233233

234234
val seq = Future.sequence(futures)
235235

236-
val recordCuntProcessed = try {
236+
val recordsProcessed = try {
237237
Await.result(seq, Duration.Inf).sum
238238
} finally {
239239
threadPool.shutdown()
240240
}
241241

242-
recordCuntProcessed
242+
recordsProcessed
243243
}
244244
}

0 commit comments

Comments
 (0)