mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 07:27:45 +00:00
Everywhere: Clean up "the the" comment typos
This commit is contained in:
parent
b820b9b2ff
commit
daeaefad17
12 changed files with 15 additions and 15 deletions
|
@ -192,7 +192,7 @@ Optional<Certificate> Certificate::parse_asn1(ReadonlyBytes buffer, bool)
|
|||
// AttributeType ::= ObjectIdentifier
|
||||
// AttributeValue ::= Any
|
||||
while (!decoder.eof()) {
|
||||
// Parse only the the required fields, and ignore the rest.
|
||||
// Parse only the required fields, and ignore the rest.
|
||||
ENTER_SCOPE_OR_FAIL(Set, "Certificate::TBSCertificate::issuer/subject::$::RelativeDistinguishedName");
|
||||
while (!decoder.eof()) {
|
||||
ENTER_SCOPE_OR_FAIL(Sequence, "Certificate::TBSCertificate::issuer/subject::$::RelativeDistinguishedName::$::AttributeTypeAndValue");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue