Am 14.11.2011 20:25, schrieb Peter Maydell:
On 14 November 2011 19:18, Stefan Weil <s...@weilnetz.de> wrote:
--- a/docs/libcacard.txt
+++ b/docs/libcacard.txt
@@ -281,7 +281,7 @@ create card responses.
VCardResponse *vcard_make_response(VCard7816Status status);
This is the most basic function to get a response. This function will
- return a response the consists soley one 2 byte status code. If that
status
+ return a response the consists solely one 2 byte status code. If
that
status
"return a response that consists solely of one 2 byte status code"
code is defined in card_7816t.h, then this function is guarrenteed to
"guaranteed"
return a response with that status. If a cart type specific
status code
"card type"
-- PMM
I noticed these, too - see my mail: "libcacard.txt still needs some more
patches",
but was not sure about the first one. Thanks for your feedback. It's
always good
to have a native speaker who shows us foreigners the right way of
writing :-)
The file still needs more patches even after your changes (e.g. replacable),
so I suggest that we proceed incrementally: first my patch, then your patch,
then whoever wants ...
--- SW