Browse Source

logutil: fix typo in comment

Shawn Smith 10 years ago
parent
commit
4e649970df
1 changed files with 1 additions and 1 deletions
  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 (