diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-10-09 11:27:06 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-10-09 11:27:06 +0200 |
commit | fc2604ed26b4515813c0539788c49f6fab62750e (patch) | |
tree | e994850beef06a329d4bb00e466abbe6c8cbe177 /lib/util/tests | |
parent | 333fcba1deff1b097a2c9a3e7d1d3194997f0513 (diff) | |
download | samba-fc2604ed26b4515813c0539788c49f6fab62750e.tar.gz samba-fc2604ed26b4515813c0539788c49f6fab62750e.tar.bz2 samba-fc2604ed26b4515813c0539788c49f6fab62750e.zip |
asn1_tests: Fix typo in comment.
Karolin
Diffstat (limited to 'lib/util/tests')
-rw-r--r-- | lib/util/tests/asn1_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/tests/asn1_tests.c b/lib/util/tests/asn1_tests.c index 56363c236d..eea34daaf7 100644 --- a/lib/util/tests/asn1_tests.c +++ b/lib/util/tests/asn1_tests.c @@ -28,7 +28,7 @@ struct oid_data { const char *bin_oid; /* Binary OID represented as string */ }; -/* Data for successfull OIDs conversions */ +/* Data for successful OIDs conversions */ struct oid_data oid_data_ok[] = { { .oid = "2.5.4.0", @@ -64,7 +64,7 @@ struct oid_data oid_data_ok[] = { }, }; -/* Data for successfull Partial OIDs conversions */ +/* Data for successful Partial OIDs conversions */ struct oid_data partial_oid_data_ok[] = { { .oid = "2.5.4.130:0x81", |