Skip to content

Commit 0845e66

Browse files
committed
Fix typo
1 parent 1e950e1 commit 0845e66

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

Lines changed: 1 addition & 1 deletion
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)