From b767bb2d14a66e0b2774d75eca7ee5a361f074b6 Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 8 Sep 2018 10:20:33 +0000 Subject: [PATCH] missing word & a couple of typos --- lib/libcrypto/objects/objects.README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/objects/objects.README b/lib/libcrypto/objects/objects.README index 4d745508d83..c49e93d6799 100644 --- a/lib/libcrypto/objects/objects.README +++ b/lib/libcrypto/objects/objects.README @@ -1,7 +1,7 @@ objects.txt syntax ------------------ -To cover all the naming hacks that were previously in objects.h needed some +To cover all the naming hacks that were previously in objects.h, we needed some kind of hacks in objects.txt. The basic syntax for adding an object is as follows: @@ -16,13 +16,13 @@ The basic syntax for adding an object is as follows: create the C macros SN_base, LN_base, NID_base and OBJ_base. Note that if the base name contains spaces, dashes or periods, - those will be converte to underscore. + those will be converted to underscore. Then there are some extra commands: !Alias foo 1 2 3 4 - This juts makes a name foo for an OID. The C macro + This just makes a name foo for an OID. The C macro OBJ_foo will be created as a result. !Cname foo -- 2.20.1