Skip to content

Commit 473406b

Browse files
committed
Fixed typo
1 parent 08bba71 commit 473406b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/datastax/astra/migrate/AbstractJob.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class AbstractJob extends BaseJob {
77

88
abstractLogger.info("PARAM -- Min Partition: " + minPartition)
99
abstractLogger.info("PARAM -- Max Partition: " + maxPartition)
10-
abstractLogger.info("PARAM -- Number if Splits : " + numSplits)
10+
abstractLogger.info("PARAM -- Number of Splits : " + numSplits)
1111
abstractLogger.info("PARAM -- Coverage Percent: " + coveragePercent)
1212
abstractLogger.info("PARAM -- Origin SSL Enabled: {}", sourceSSLEnabled);
1313
abstractLogger.info("PARAM -- Target SSL Enabled: {}", destinationSSLEnabled);

0 commit comments

Comments
 (0)