Skip to content

Commit

Permalink
chore(lib): fix typos in code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Sep 1, 2024
1 parent 79619d0 commit 81854d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git-cliff-core/src/commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl Commit<'_> {
///
/// * converts commit to a conventional commit
/// * sets the group for the commit
/// * extacts links and generates URLs
/// * extracts links and generates URLs
pub fn process(&self, config: &GitConfig) -> Result<Self> {
let mut commit = self.clone();
if let Some(preprocessors) = &config.commit_preprocessors {
Expand Down
2 changes: 1 addition & 1 deletion git-cliff-core/src/remote/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub(crate) const USER_AGENT: &str =
/// Request timeout value in seconds.
pub(crate) const REQUEST_TIMEOUT: u64 = 30;

/// TCP keeplive value in seconds.
/// TCP keepalive value in seconds.
pub(crate) const REQUEST_KEEP_ALIVE: u64 = 60;

/// Maximum number of entries to fetch in a single page.
Expand Down

0 comments on commit 81854d2

Please sign in to comment.