<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,5 +4,5 @@ slide(layout: new MigLayout(&quot;fill&quot;,&quot;5%[left]5%&quot;,&quot;&quot;), title: &quot;Closures, Closure,
     bullet(text: &quot;Reusable blocks of code (think JavaScript functions)&quot;)
     bullet(text: &quot;They substitute inner classes in almost all cases&quot;)
     bullet(text: &quot;Can serve as proxies of single-method interfaces&quot;)
-    bullet(text: &quot;Default parameter named it if not supplied&quot;)
+    bullet(text: &quot;Default parameter named 'it' if not supplied&quot;)
 }</diff>
      <filename>oredev/groovyintro/griffon-app/slides/Slide16.groovy</filename>
    </modified>
    <modified>
      <diff>@@ -3,5 +3,5 @@ import net.miginfocom.swing.MigLayout
 slide(layout: new MigLayout(&quot;fill&quot;,&quot;5%[left]5%&quot;,&quot;&quot;), title: &quot;Iterators Everywhere&quot;) {
     bullet(text: &quot;You can use iterator methods with any object&quot;)
     bullet(text: &quot;Iterators harness the power of closures&quot;)
-    bullet(text: &quot;Examples: each, collect inject, every, any, find&quot;)
+    bullet(text: &quot;Examples: each, collect, inject, every, any, find&quot;)
 }</diff>
      <filename>oredev/groovyintro/griffon-app/slides/Slide20.groovy</filename>
    </modified>
    <modified>
      <diff>@@ -7,7 +7,7 @@ def myActionListener = { event -&gt;
 } as java.awt.event.ActionListener
 
 def renderer = [
-   getTableCellRendererComponent = { t, v, s, f, r , c -&gt;
+   getTableCellRendererComponent: { t, v, s, f, r , c -&gt;
       // cool renderer code goes here
    }
 ] as DTCR
@@ -20,4 +20,4 @@ slide(layout: new MigLayout(&quot;fill&quot;,&quot;3%[center]3%&quot;,&quot;3%[center]3%&quot;), title: &quot;The '
     scrollPane(constraints: &quot;grow&quot;) {
         widget(createEditor(text: script, editable: false, runnable: false))
     }
-}
\ No newline at end of file
+}</diff>
      <filename>oredev/groovyintro/griffon-app/slides/Slide24.groovy</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>oredev/groovyintro/oredev_groovyintro.pdf</filename>
    </modified>
    <modified>
      <diff>@@ -5,5 +5,5 @@ slide(layout: new MigLayout(&quot;fill&quot;,&quot;5%[left]5%&quot;,&quot;&quot;), title: &quot;XML Processing&quot;) {
     bullet(text: &quot;Several options at your disposal&quot;)
     bullet(text: &quot;Old school - extend DatabaseTestCase&quot;, noicon: true, css: &quot;code&quot;)
     bullet(text: &quot;Flexible - use an IDatabaseTester impl&quot;, noicon: true, css: &quot;code&quot;)
-    bullet(text: &quot;Rol your own Database testcase&quot;, noicon: true, css: &quot;code&quot;)
+    bullet(text: &quot;Roll your own Database testcase&quot;, noicon: true, css: &quot;code&quot;)
 }</diff>
      <filename>oredev/groovytesting/griffon-app/slides/Slide27.groovy</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>oredev/groovytesting/oredev_groovytesting.pdf</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bd9d6a5588066540157bfff33b48aaa7a5727a99</id>
    </parent>
  </parents>
  <author>
    <name>Andres Almiray</name>
    <email>aalmiray@yahoo.com</email>
  </author>
  <url>http://github.com/aalmiray/Presentations/commit/7f5f296297811f9f1b7c191c4777dd148194c50a</url>
  <id>7f5f296297811f9f1b7c191c4777dd148194c50a</id>
  <committed-date>2009-11-14T23:11:07-08:00</committed-date>
  <authored-date>2009-11-14T23:11:07-08:00</authored-date>
  <message>Fixed some typos on the slides</message>
  <tree>c4a1edd0869cac6c8be829c806ba18220087b9cb</tree>
  <committer>
    <name>Andres Almiray</name>
    <email>aalmiray@yahoo.com</email>
  </committer>
</commit>
