Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Dec 15, 2023
1 parent 6da6de0 commit f1f5905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/meta/src/wal/kafka.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub use crate::wal::kafka::topic::Topic;
pub use crate::wal::kafka::topic_manager::TopicManager;
use crate::wal::kafka::topic_selector::SelectorType as TopicSelectorType;

/// Configurations for bootstraping a kafka wal.
/// Configurations for bootstrapping a kafka wal.
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
pub struct KafkaConfig {
/// The broker endpoints of the Kafka cluster.
Expand Down

0 comments on commit f1f5905

Please sign in to comment.