WeakIdentityDictionary.st
branchjv
changeset 21027 ad86468de3a0
parent 21026 81e280fc1b93
parent 21006 076293e19939
child 22129 697c819c7674
--- a/WeakIdentityDictionary.st	Tue Nov 22 14:52:52 2016 +0000
+++ b/WeakIdentityDictionary.st	Thu Nov 24 06:40:21 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -69,7 +67,7 @@
 "
 ! !
 
-!WeakIdentityDictionary methodsFor:'acessing'!
+!WeakIdentityDictionary methodsFor:'accessing'!
 
 keys
     "return a collection containing all valid keys of the receiver"