فهرست منبع

Fix: comment typo

Rod Hynes 7 سال پیش
والد
کامیت
c6b378d283
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      psiphon/common/prng/prng.go

+ 1 - 1
psiphon/common/prng/prng.go

@@ -19,7 +19,7 @@
 
 
 /*
 /*
 
 
-Package prng implemented a seeded, unbiased PRNG that is suitable for use
+Package prng implements a seeded, unbiased PRNG that is suitable for use
 cases including obfuscation, network jitter, load balancing.
 cases including obfuscation, network jitter, load balancing.
 
 
 Seeding is based on crypto/rand.Read and the PRNG stream is provided by
 Seeding is based on crypto/rand.Read and the PRNG stream is provided by