Преглед изворни кода

logutil: fix typo in comment

Shawn Smith пре 10 година
родитељ
комит
4e649970df
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pkg/logutil/merge_logger.go

+ 1 - 1
pkg/logutil/merge_logger.go

@@ -12,7 +12,7 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-// Package logutil includes utilities to faciliate logging.
+// Package logutil includes utilities to facilitate logging.
 package logutil
 
 import (