mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
lib/util/asn1.c: comment spelling
This commit is contained in:
parent
0941099a28
commit
d057ca3e3f
@ -282,7 +282,7 @@ bool ber_write_partial_OID_String(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, const ch
|
||||
return false;
|
||||
}
|
||||
|
||||
/* Add partially endcoded subidentifier */
|
||||
/* Add partially encoded sub-identifier */
|
||||
if (p) {
|
||||
DATA_BLOB tmp_blob = strhex_to_data_blob(tmp_ctx, p);
|
||||
data_blob_append(mem_ctx, blob, tmp_blob.data, tmp_blob.length);
|
||||
|
Loading…
Reference in New Issue
Block a user