correct typo~

pull/69/head
Deborah Servili 2017-05-19 15:50:50 +02:00 committed by GitHub
parent b7dbf6e996
commit e682024dc2
1 changed files with 4 additions and 4 deletions

View File

@ -168,25 +168,25 @@
"tlp-white": { "tlp-white": {
"values": [ "values": [
"tlp:white", "tlp:white",
"ipe:traffic-light-protocol=\"WHITE\"" "iep:traffic-light-protocol=\"WHITE\""
] ]
}, },
"tlp-green": { "tlp-green": {
"values": [ "values": [
"tlp:green", "tlp:green",
"ipe:traffic-light-protocol=\"GREEN\"" "iep:traffic-light-protocol=\"GREEN\""
] ]
}, },
"tlp-amber": { "tlp-amber": {
"values": [ "values": [
"tlp:amber", "tlp:amber",
"ipe:traffic-light-protocol=\"AMBER\"" "iep:traffic-light-protocol=\"AMBER\""
] ]
}, },
"tlp-red": { "tlp-red": {
"values": [ "values": [
"tlp:red", "tlp:red",
"ipe:traffic-light-protocol=\"RED\"" "iep:traffic-light-protocol=\"RED\""
] ]
} }
} }