<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,9 +7,9 @@
 		import mx.controls.HTML;
 		
 		private function loadTab(url:String):void {
-			var html:HTML = (tabbedBrower.selectedChild as Container).getChildAt(0) as HTML;
+			var html:HTML = (tabbedBroswer.selectedChild as Container).getChildAt(0) as HTML;
 			html.location = url;
-			tabbedBrower.selectedChild.label = &quot;Loading...&quot;;
+			tabbedBroswer.selectedChild.label = &quot;Loading...&quot;;
 			html.addEventListener(Event.COMPLETE, setTabName);
 			var c:Container;
 		}
@@ -24,8 +24,8 @@
 			var container:VBox = new VBox();
 			container.addChild(html);
 			container.label = &quot;Loading...&quot;;
-			tabbedBrower.addChild(container);
-			tabCount = tabbedBrower.numChildren;
+			tabbedBroswer.addChild(container);
+			tabCount = tabbedBroswer.numChildren;
 		}
 		
 		private function setTabName(event:Event):void {
@@ -33,7 +33,7 @@
 		}
 		
 		private function removeTab():void {
-			tabbedBrower.removeChild(tabbedBrower.selectedChild);
+			tabbedBroswer.removeChild(tabbedBroswer.selectedChild);
 		}
 	]]&gt;
 &lt;/mx:Script&gt;
@@ -43,7 +43,7 @@
 		&lt;mx:Button label=&quot;+&quot; click=&quot;addTab()&quot; /&gt;
 		&lt;mx:Button label=&quot;-&quot; click=&quot;removeTab()&quot; enabled=&quot;{tabCount&gt;1}&quot; /&gt;	
 	&lt;/mx:HBox&gt;
-	&lt;mx:TabNavigator id=&quot;tabbedBrower&quot;  width=&quot;100%&quot; height=&quot;100%&quot;&gt;
+	&lt;mx:TabNavigator id=&quot;tabbedBroswer&quot;  width=&quot;100%&quot; height=&quot;100%&quot;&gt;
 		&lt;mx:VBox  width=&quot;100%&quot; height=&quot;100%&quot;&gt;
 			&lt;mx:HTML  width=&quot;100%&quot; height=&quot;100%&quot; /&gt;
 		&lt;/mx:VBox&gt;</diff>
      <filename>01_AIRBrowser/air/src/main_tabbed.mxml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b44f6e7753ef9691402fdb7b3a84e5ab1c76d34f</id>
    </parent>
  </parents>
  <author>
    <name>Daniel Wanja</name>
    <email>d@n-so.com</email>
  </author>
  <url>http://github.com/danielwanja/railsconf2008/commit/c203f8d352de9bf035257f25bfa73caa32a73237</url>
  <id>c203f8d352de9bf035257f25bfa73caa32a73237</id>
  <committed-date>2008-05-29T06:31:52-07:00</committed-date>
  <authored-date>2008-05-29T06:31:52-07:00</authored-date>
  <message>Fixed spelling mistake in tabbed browser example</message>
  <tree>0ea64d5c6bdb60d030e510eda7232fe78e496c47</tree>
  <committer>
    <name>Daniel Wanja</name>
    <email>d@n-so.com</email>
  </committer>
</commit>
