Kaynağa Gözat

Fix: typo in f8bf40d

Rod Hynes 8 yıl önce
ebeveyn
işleme
37a6a01d15
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      psiphon/utils.go

+ 1 - 1
psiphon/utils.go

@@ -224,6 +224,6 @@ func standardGarbageCollection() {
 	debug.FreeOSMemory()
 	debug.FreeOSMemory()
 }
 }
 
 
-func defaultdGarbageCollection() {
+func defaultGarbageCollection() {
 	debug.FreeOSMemory()
 	debug.FreeOSMemory()
 }
 }