<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -32,7 +32,7 @@
             this.label1 = new System.Windows.Forms.Label();
             this.Ok = new System.Windows.Forms.Button();
             this.BName = new System.Windows.Forms.TextBox();
-            this.ChechoutAfterCreate = new System.Windows.Forms.CheckBox();
+            this.CheckoutAfterCreate = new System.Windows.Forms.CheckBox();
             this.SuspendLayout();
             // 
             // label1
@@ -62,24 +62,24 @@
             this.BName.TabIndex = 3;
             this.BName.KeyUp += new System.Windows.Forms.KeyEventHandler(this.BName_KeyUp);
             // 
-            // ChechoutAfterCreate
+            // CheckoutAfterCreate
             // 
-            this.ChechoutAfterCreate.AutoSize = true;
-            this.ChechoutAfterCreate.Checked = true;
-            this.ChechoutAfterCreate.CheckState = System.Windows.Forms.CheckState.Checked;
-            this.ChechoutAfterCreate.Location = new System.Drawing.Point(127, 32);
-            this.ChechoutAfterCreate.Name = &quot;ChechoutAfterCreate&quot;;
-            this.ChechoutAfterCreate.Size = new System.Drawing.Size(129, 17);
-            this.ChechoutAfterCreate.TabIndex = 6;
-            this.ChechoutAfterCreate.Text = &quot;Chechout after create&quot;;
-            this.ChechoutAfterCreate.UseVisualStyleBackColor = true;
+            this.CheckoutAfterCreate.AutoSize = true;
+            this.CheckoutAfterCreate.Checked = true;
+            this.CheckoutAfterCreate.CheckState = System.Windows.Forms.CheckState.Checked;
+            this.CheckoutAfterCreate.Location = new System.Drawing.Point(127, 32);
+            this.CheckoutAfterCreate.Name = &quot;CheckoutAfterCreate&quot;;
+            this.CheckoutAfterCreate.Size = new System.Drawing.Size(129, 17);
+            this.CheckoutAfterCreate.TabIndex = 6;
+            this.CheckoutAfterCreate.Text = &quot;Checkout after create&quot;;
+            this.CheckoutAfterCreate.UseVisualStyleBackColor = true;
             // 
             // FormBranchSmall
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(471, 58);
-            this.Controls.Add(this.ChechoutAfterCreate);
+            this.Controls.Add(this.CheckoutAfterCreate);
             this.Controls.Add(this.label1);
             this.Controls.Add(this.Ok);
             this.Controls.Add(this.BName);
@@ -99,6 +99,6 @@
         private System.Windows.Forms.Label label1;
         private System.Windows.Forms.Button Ok;
         private System.Windows.Forms.TextBox BName;
-        private System.Windows.Forms.CheckBox ChechoutAfterCreate;
+        private System.Windows.Forms.CheckBox CheckoutAfterCreate;
     }
 }
\ No newline at end of file</diff>
      <filename>GitUI/FormBranchSmall.Designer.cs</filename>
    </modified>
    <modified>
      <diff>@@ -30,7 +30,7 @@ namespace GitUI
                 }
                 else
                 {
-                    new FormProcess(GitCommands.GitCommands.BranchCmd(BName.Text, Revision.Guid, ChechoutAfterCreate.Checked));
+                    new FormProcess(GitCommands.GitCommands.BranchCmd(BName.Text, Revision.Guid, CheckoutAfterCreate.Checked));
 
                     Close();
                 }</diff>
      <filename>GitUI/FormBranchSmall.cs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8319227e6c878c3523bcf4dcf9054796964c2bdf</id>
    </parent>
  </parents>
  <author>
    <name>Tobias Bieniek</name>
    <email>Tobias.Bieniek@gmx.de</email>
  </author>
  <url>http://github.com/spdr870/gitextensions/commit/474ce651202bfc97d8551b064065907af745d258</url>
  <id>474ce651202bfc97d8551b064065907af745d258</id>
  <committed-date>2009-11-15T01:30:17-08:00</committed-date>
  <authored-date>2009-11-14T14:07:06-08:00</authored-date>
  <message>FormBranchSmall: fixed spelling mistake</message>
  <tree>c70e9fc88ce1e7e50dbbd5400af5dbc6eea645e6</tree>
  <committer>
    <name>Henk Westhuis</name>
    <email>henk_westhuis@hotmail.com</email>
  </committer>
</commit>
