Fix trivial typos in code

This commit is contained in:
Anthony Fok 2015-11-16 07:15:17 -07:00
parent 452ffab461
commit 18a29964fa
4 changed files with 6 additions and 6 deletions

View file

@ -78,7 +78,7 @@ func Undraft(cmd *cobra.Command, args []string) {
return
}
// undraftContent: if the content is a draft, change it's draft status to
// undraftContent: if the content is a draft, change its draft status to
// 'false' and set the date to time.Now(). If the draft status is already
// 'false', don't do anything.
func undraftContent(p parser.Page) (bytes.Buffer, error) {