aboutsummaryrefslogtreecommitdiff
path: root/ber/class.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-07 18:04:02 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-10-07 18:04:02 +0200
commit88134e6da1628c7e73ced45e237e156985010e84 (patch)
tree3cfd141d4c8a7ccbae47538ccc30ee93665a65e5 /ber/class.go
parent66ba61dbed05d27cd6cb632364d568f5d7eb4063 (diff)
Simplify
Diffstat (limited to 'ber/class.go')
-rw-r--r--ber/class.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ber/class.go b/ber/class.go
index 5cc0603..049efc7 100644
--- a/ber/class.go
+++ b/ber/class.go
@@ -21,7 +21,7 @@ const (
var classNames = map[Class]string{
classUniversal: "Universal",
classApplication: "Application",
- classContextSpecific: "Context",
+ classContextSpecific: "Context Specific",
classPrivate: "Private",
}