aboutsummaryrefslogtreecommitdiff
path: root/ber
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-07-13 19:04:26 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-07-13 19:04:26 +0200
commit50a5a67ee1eab8abb377c9498803951da5e58b4d (patch)
treec8b470ba308529d1eb6d8991de7fe74cb61841f7 /ber
parent7dcb8578b66e107c6485057ef8800ab788ca5c37 (diff)
Wording
Diffstat (limited to 'ber')
-rw-r--r--ber/class.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ber/class.go b/ber/class.go
index 92a5509..bc83651 100644
--- a/ber/class.go
+++ b/ber/class.go
@@ -86,8 +86,8 @@ var tagNames = map[Tag]string{
tagEmbeddedPDV: "Embedded PDV",
tagUTF8String: "UTF8 String",
tagRelativeOID: "Relative OID",
- tagSequence: "Sequence / Of",
- tagSet: "Set / Of",
+ tagSequence: "Sequence (Of)",
+ tagSet: "Set (Of)",
tagNumericString: "Numeric String",
tagPrintableString: "Printable String",
tagTeletexString: "Teletext String",