dagolden / Path-Tiny

File path utility
41 stars 59 forks source link

Fix some minor typos #291

Closed yoshikazusawa closed 5 months ago

yoshikazusawa commented 5 months ago

I found a few small minor typos, so I'll send this patch.

ap commented 5 months ago

I like this but would personally be inclined to throw in a

*_replacment_path = \&_replacement_path; # backcompat shim

just in case anyone is calling this method, despite the fact that it’s private and undocumented. Or alternatively at least call out the rename in the changelog. @xdg?

xdg commented 5 months ago

I'm fine without the shim. Thank you for the PR.

yoshikazusawa commented 5 months ago

@ap Thank you for your suggestion! @xdg Thank you!