Skip to content

Commit

Permalink
.pre-commit-config.yaml - autoupdate with some spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
winterz committed Nov 5, 2024
1 parent 6ed9cb1 commit 7b096e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exclude: ^(test-data/|zoneinfo/)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -18,7 +18,7 @@ repos:
# hooks:
# - id: clang-format
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
- repo: https://github.com/markdownlint/markdownlint
Expand Down
2 changes: 1 addition & 1 deletion doc/AddingOrModifyingComponents.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ function icalvalue_as_ical_string() in icalvalue.c
function icalvalue_new_from_string_with_error() in icalvalue.c

When you are done, if you changed any files in the design-data
directory, regnerate derived datatypes in src/libical with "make
directory, regenerate derived datatypes in src/libical with "make
derived" or "make icalvalue"
2 changes: 1 addition & 1 deletion examples/errors.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void component_errors(icalcomponent *comp)



/* Check the component for iTIP compilance, and add more
/* Check the component for iTIP complance, and add more
X-LIC-ERROR properties if it is non-compilant. */
icalrestriction_check(comp);

Expand Down
2 changes: 1 addition & 1 deletion src/Net-ICal-Libical/lib/Net/ICal/Libical/Period.pm
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ sub start{
Accessor for the end time. Takes a I<Time> object, a valid time string,
or an integer and returns a time object. This routine is coupled to
the I<duration> accessor. See I<duration> below for more imformation.
the I<duration> accessor. See I<duration> below for more information.
=cut

Expand Down

0 comments on commit 7b096e2

Please sign in to comment.