Browse Source

Fix typo. (#466)

NamedKitten 7 năm trước cách đây
mục cha
commit
287add05a5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      logging.go

+ 1 - 1
logging.go

@@ -23,7 +23,7 @@ const (
 	LogError int = iota
 
 	// LogWarning level is used for very abnormal events and errors that are
-	// also returend to a calling function.
+	// also returned to a calling function.
 	LogWarning
 
 	// LogInformational level is used for normal non-error activity