NamedKitten hace 7 años
padre
commit
287add05a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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