Skip to content

Commit 5be8d7d

Browse files
committed
Fix routrip typo #652
Reference: #652 Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 96d6f8c commit 5be8d7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/standard/annex-a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ https://github.com/package-url/purl-spec/blob/main/schemas/purl-test.schema.json
403403
109 | "meta:enum": {
404404
110 | "build": "A PURL building test from decoded components to a canonical PURL string.",
405405
111 | "parse": "A PURL building test from decoded components to a canonical PURL string.",
406-
112 | "roundtrip": "A PURL routrip test, parsing then building back a PURL from a canonical string input."
406+
112 | "roundtrip": "A PURL roundtrip test, parsing then building back a PURL from a canonical string input."
407407
113 | }
408408
114 | },
409409
115 | "expected_failure": {

purl-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ https://github.com/package-url/purl-spec/blob/main/schemas/purl-test.schema.json
961961
109 | "meta:enum": {
962962
110 | "build": "A PURL building test from decoded components to a canonical PURL string.",
963963
111 | "parse": "A PURL building test from decoded components to a canonical PURL string.",
964-
112 | "roundtrip": "A PURL routrip test, parsing then building back a PURL from a canonical string input."
964+
112 | "roundtrip": "A PURL roundtrip test, parsing then building back a PURL from a canonical string input."
965965
113 | }
966966
114 | },
967967
115 | "expected_failure": {

schemas/purl-test.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"meta:enum": {
110110
"build": "A PURL building test from decoded components to a canonical PURL string.",
111111
"parse": "A PURL building test from decoded components to a canonical PURL string.",
112-
"roundtrip": "A PURL routrip test, parsing then building back a PURL from a canonical string input."
112+
"roundtrip": "A PURL roundtrip test, parsing then building back a PURL from a canonical string input."
113113
}
114114
},
115115
"expected_failure": {

0 commit comments

Comments
 (0)