TBR: Fix typo in docs (again).

Change-Id: Idb0cb4307cf0d282829bfe923db8e1ca9ed15225
diff --git a/cl.go b/cl.go
index 04d4acf..b5a8721 100644
--- a/cl.go
+++ b/cl.go
@@ -60,7 +60,7 @@
 func init() {
 	cmdCLCleanup.Flags.BoolVar(&forceFlag, "f", false, `Ignore unmerged changes.`)
 	cmdCLCleanup.Flags.StringVar(&remoteBranchFlag, "remote-branch", "master", `Name of the remote branch the CL pertains to, without the leading "origin/".`)
-	cmdCLMail.Flags.BoolVar(&autosubmitFlag, "autosubmit", false, `Automatically submit the changelist when feasable.`)
+	cmdCLMail.Flags.BoolVar(&autosubmitFlag, "autosubmit", false, `Automatically submit the changelist when feasible.`)
 	cmdCLMail.Flags.StringVar(&ccsFlag, "cc", "", `Comma-seperated list of emails or LDAPs to cc.`)
 	cmdCLMail.Flags.BoolVar(&draftFlag, "d", false, `Send a draft changelist.`)
 	cmdCLMail.Flags.BoolVar(&editFlag, "edit", true, `Open an editor to edit the CL description.`)
diff --git a/doc.go b/doc.go
index 2c3b843..95be6b2 100644
--- a/doc.go
+++ b/doc.go
@@ -101,7 +101,7 @@
 
 The jiri cl mail flags are:
  -autosubmit=false
-   Automatically submit the changelist when feasable.
+   Automatically submit the changelist when feasible.
  -cc=
    Comma-seperated list of emails or LDAPs to cc.
  -check-uncommitted=true