aboutsummaryrefslogtreecommitdiff
path: root/ber/class.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-07 17:26:05 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-10-07 17:26:05 +0200
commit5f3df5f1df86d1cd1f9881bd0c6e8e4324fbdb65 (patch)
tree65df8a23768375803c25172e27e0160b0f38d27a /ber/class.go
parent08e9077fc4b72f5afb1685be13a9b63eb65b4cde (diff)
Less clutter
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 32c1564..50ada25 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-specific",
+ classContextSpecific: "Context",
classPrivate: "Private",
}