Skip to content

Commit

Permalink
Fix typos (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Jul 29, 2024
1 parent 10c6885 commit d992b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file. Items under

## [2.7.1]
### Fixes
- Address Xode 13 related warnings. [Sergio Baró](https://www.github.com/sergiobaro) [#195](https://github.com/pocketsvg/PocketSVG/pull/195)
- Address Xcode 13 related warnings. [Sergio Baró](https://www.github.com/sergiobaro) [#195](https://github.com/pocketsvg/PocketSVG/pull/195)

## [2.7.0]
### New Features
Expand Down
2 changes: 1 addition & 1 deletion Sources/SVGEngine.mm
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ @interface SVGAttributeSet () {
return paths;
}

/// This parses a single isolated path. creating a cgpath from just a string formated like the d elemen in a path
/// This parses a single isolated path. creating a cgpath from just a string formatted like the d element in a path
CGPathRef CGPathFromSVGPathString(NSString *svgString) {
CGPathRef const path = pathDefinitionParser(svgString).parse();
if(!path) {
Expand Down

0 comments on commit d992b55

Please sign in to comment.