Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos #160

Merged
merged 1 commit into from
Jan 6, 2024
Merged

chore: fix typos #160

merged 1 commit into from
Jan 6, 2024

Conversation

kianmeng
Copy link
Contributor

Found via typos --hidden --format brief

src/pixbuf.c Outdated

c_time_string = ctime(&current_time);
c_time_string[strlen(c_time_string) - 1] = '\0';
bytes_formated = strftime(filename, sizeof(filename), filename_format,
bytes_formatted = strftime(filename, sizeof(filename), filename_format,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kianmeng the clang-format is now failing here. See CI logs. Can you fix it please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jtheoof Changes reverted.

@jtheoof jtheoof changed the title docs: fix typos chore: fix typos Dec 16, 2023
Found via `typos --hidden --format brief`
@jtheoof jtheoof merged commit 09a4e99 into jtheoof:master Jan 6, 2024
3 checks passed
@jtheoof
Copy link
Owner

jtheoof commented Jan 6, 2024

Thanks

@kianmeng
Copy link
Contributor Author

kianmeng commented Jan 7, 2024

🥳 🥳 🥳 🥳 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants