libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
532 stars 304 forks source link

fix a typo in plistutil manpage #164

Closed corsac-s closed 3 years ago

corsac-s commented 4 years ago

The correct form in English seems to be “allows one to” (and not just “allows to”). Here's a small PR to fix that.

nikias commented 4 years ago

I think we can also say "plistutil allows converting a file in Property List format from binary to XML format or vice-versa." ? BTW I noticed that the libplist-dev package in debian depends on libxml2-dev, but this is not required anymore. You might want to take that out.

corsac-s commented 4 years ago

Hi, I'm not a native speaker but I think it'd be ok. Thanks for the heads up about libxml2-dev, I'll change that!

DanTheMann15 commented 3 years ago

perhaps just say this: plistutil can convert Property List (.plist) files from Binary to XML format or vice versa.

nikias commented 3 years ago

Changed the man page with my suggestion.