Skip to content

Commit bc7f1c2

Browse files
committed
Fix typo
1 parent e85e977 commit bc7f1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup-gcs/src/main/scala/io/aiven/guardian/kafka/backup/gcs/BackupClient.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import scala.concurrent.ExecutionContext
1717
import scala.concurrent.Future
1818

1919
// TODO: GCS implementation currently does not work correctly because of inability of current GCS implementation in
20-
// Alpakka to allows us to commit Kafka cursor whenever chunks are uploaded
20+
// Alpakka to allow us to commit Kafka cursor whenever chunks are uploaded
2121
class BackupClient[T <: KafkaClientInterface](maybeGoogleSettings: Option[GoogleSettings])(implicit
2222
override val kafkaClientInterface: T,
2323
override val backupConfig: Backup,

0 commit comments

Comments
 (0)