shithub: hugo

Download patch

ref: 657e4a46e80a5b7808914e900971d0e7a99e205a
parent: bf9595aa242cc31800c554eec1c166ca6a361f8b
author: Kevin Burke <[email protected]>
date: Sat Jul 26 19:43:21 EDT 2014

it's/its

--- a/commands/server.go
+++ b/commands/server.go
@@ -36,8 +36,8 @@
 
 var serverCmd = &cobra.Command{
 	Use:   "server",
-	Short: "Hugo runs it's own a webserver to render the files",
-	Long: `Hugo is able to run it's own high performance web server.
+	Short: "Hugo runs its own webserver to render the files",
+	Long: `Hugo is able to run its own high performance web server.
 Hugo will render all the files defined in the source directory and
 Serve them up.`,
 	//Run: server,