Replace possessive ASCII apostrophe ('s) with Unicode apostrophe (’s).

Only replaced in end-user messages and documentation, not in code,
comments, or anything else that's not end-user visible.

See: https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
This commit is contained in:
Richard W.M. Jones
2017-03-30 22:11:56 +01:00
parent 126ef5d082
commit 8c58b62f9d
37 changed files with 113 additions and 113 deletions

View File

@@ -189,7 +189,7 @@ public class GuestFS {
* <code>events</code> is one or more <code>EVENT_*</code> constants,
* bitwise ORed together.
* </p><p>
* When an event happens, the callback object's <code>event</code> method
* When an event happens, the callback objects <code>event</code> method
* is invoked like this:
* </p>
* <pre>