Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

Commit

Permalink
Spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
a1346054 committed Aug 30, 2021
1 parent 3b64db0 commit 575eac7
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ and this project adheres to [Semantic Versioning](http:https://semver.org/).
- `--copy-on-error` option to copy original file to destination on error.
- `--quiet` option to suppress any output except warnings and errors.
- `-remove-title` and `--remove-desc` which was a part of the `--remove-invisible-elts` option.
- `--remove-text-attributes` which was a part of the the `--remove-notappl-atts` options.
- `--remove-text-attributes` which was a part of the `--remove-notappl-atts` options.
- `--remove-xmlns-xlink-attribute` to remove unused `xmlns:xlink` attribute.

### Changed
Expand Down
1 change: 0 additions & 1 deletion docs/src/convert-segments.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ SPLIT
S 135 100 135 55 H 10"/>
</svg>
////

2 changes: 1 addition & 1 deletion docs/src/group-by-style.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
If a continuous range of elements contains equal, inheritable attributes - we can
group such elements and move this attributes to a new or an existing parent group.

*Note:* this option is mostly poinless when XML indent is enabled,
*Note:* this option is mostly pointless when XML indent is enabled,
so you should use it with *Sets XML nodes indent*/`--indent` option equal to `-1` or `0`.

////
Expand Down
1 change: 0 additions & 1 deletion docs/src/list-separator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ SPLIT
<polygon fill="green" points="10 10 10 30 30 30"/>
</svg>
////

2 changes: 1 addition & 1 deletion docs/src/remove-version.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Remove `version` and `baseProfile` attributes from the `svg` element.

Some applications can rely on them, so someone may want to keep them.
Even throw they usually useless.
Even though they usually useless.

////
<svg version="1.1" baseProfile="tiny">
Expand Down
2 changes: 1 addition & 1 deletion docs/svgcleaner.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ a|image::images/after/resolve-use.svg[]
Remove `version` and `baseProfile` attributes from the `svg` element.

Some applications can rely on them, so someone may want to keep them.
Even throw they usually useless.
Even though they usually useless.

CLI argument: `--remove-version`

Expand Down
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ pub fn check_values(args: &ArgMatches) -> bool {
true
}

// TODO: JoinArcToFlags should be automaticaly disabled if TrimPaths is disabled
// TODO: JoinArcToFlags should be automatically disabled if TrimPaths is disabled

if !check_value(args, Key::TrimPaths, Key::JoinArcToFlags) {
return false;
Expand Down

0 comments on commit 575eac7

Please sign in to comment.