9318: remove :output method in favor of :outputs method and correct the logic for...
[arvados.git] / services / datamanager / loggerutil / loggerutil.go
index 8c655cd5ff68a981146493bfa21fd71693ba12c0..8111425d7af76a9fa55ca71a3b3620a1d0a095a1 100644 (file)
@@ -10,7 +10,7 @@ import (
        "time"
 )
 
-// Useful to call at the begining of execution to log info about the
+// Useful to call at the beginning of execution to log info about the
 // current run.
 func LogRunInfo(arvLogger *logger.Logger) {
        if arvLogger != nil {