TBR: jiri: Fix typo in docs.

MultiPart: 1/2
Change-Id: I97dee7644d15812d41f2fabd154a9e7861d40e5d
diff --git a/cl.go b/cl.go
index d8ba515..04d4acf 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 feasiable.`)
+	cmdCLMail.Flags.BoolVar(&autosubmitFlag, "autosubmit", false, `Automatically submit the changelist when feasable.`)
 	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.`)
@@ -393,7 +393,7 @@
 		Ccs:          parseEmails(ccsFlag),
 		Draft:        draftFlag,
 		Edit:         editFlag,
-		Remote: gerritRemote.String(),
+		Remote:       gerritRemote.String(),
 		Host:         hostUrl,
 		Presubmit:    gerrit.PresubmitTestType(presubmitFlag),
 		RemoteBranch: remoteBranchFlag,
diff --git a/doc.go b/doc.go
index a26b897..c74bb6b 100644
--- a/doc.go
+++ b/doc.go
@@ -101,7 +101,7 @@
 
 The jiri cl mail flags are:
  -autosubmit=false
-   Automatically submit the changelist when feasiable.
+   Automatically submit the changelist when feasable.
  -cc=
    Comma-seperated list of emails or LDAPs to cc.
  -check-uncommitted=true