Re: [Qemu-devel] [PATCH] libcacard: Spelling and grammar fixes in documentation

2012-02-27 Thread Alon Levy
On Sun, Feb 26, 2012 at 06:18:04PM +, Peter Maydell wrote: > On 26 February 2012 13:30, Stefan Weil wrote: > > @@ -217,10 +217,10 @@ the card using the following functions: > >          VCardStatus vcard_add_applet(VCard *card, VCardApplet *applet); > > > >   Add an applet onto the list of app

Re: [Qemu-devel] [PATCH] libcacard: Spelling and grammar fixes in documentation

2012-02-26 Thread Stefan Weil
Am 26.02.2012 19:18, schrieb Peter Maydell: On 26 February 2012 13:30, Stefan Weil wrote: @@ -217,10 +217,10 @@ the card using the following functions: VCardStatus vcard_add_applet(VCard *card, VCardApplet *applet); Add an applet onto the list of applets attached to the card. Once

Re: [Qemu-devel] [PATCH] libcacard: Spelling and grammar fixes in documentation

2012-02-26 Thread Peter Maydell
On 26 February 2012 13:30, Stefan Weil wrote: > @@ -217,10 +217,10 @@ the card using the following functions: >          VCardStatus vcard_add_applet(VCard *card, VCardApplet *applet); > >   Add an applet onto the list of applets attached to the card. Once an applet > -  has been added, it can be

Re: [Qemu-devel] [PATCH] libcacard: Spelling and grammar fixes in documentation

2012-02-26 Thread Alon Levy
On Sun, Feb 26, 2012 at 02:30:21PM +0100, Stefan Weil wrote: Ack. > * it's -> its > > * it's -> it is (that's no fix, but makes future checks easier) > > * this functions -> this function > > * replacable -> replaceable > > * reader's -> readers > > * logins into -> logs into > > Signed-off

[Qemu-devel] [PATCH] libcacard: Spelling and grammar fixes in documentation

2012-02-26 Thread Stefan Weil
* it's -> its * it's -> it is (that's no fix, but makes future checks easier) * this functions -> this function * replacable -> replaceable * reader's -> readers * logins into -> logs into Signed-off-by: Stefan Weil --- docs/libcacard.txt | 22 +++--- 1 files changed, 11 i