[Jifty-commit] r3719 - talks/talks

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jul 24 20:36:42 EDT 2007


Author: sartak
Date: Tue Jul 24 20:36:36 2007
New Revision: 3719

Modified:
   talks/talks/oscon.dsls.2007.txt

Log:
typo fixes

Modified: talks/talks/oscon.dsls.2007.txt
==============================================================================
--- talks/talks/oscon.dsls.2007.txt	(original)
+++ talks/talks/oscon.dsls.2007.txt	Tue Jul 24 20:36:36 2007
@@ -32,7 +32,7 @@
 ---
 (These get called "internal" DSLs)
 ---
-DSLs can be implemented outside your 'host' langauge
+DSLs can be implemented outside your 'host' language
 ---
 (External DSLs)
 ---
@@ -117,7 +117,7 @@
 Jifty::DBI::Schema
 ---
 #title Jifty::DBI::Schema - The design process
-Delarative Syntax for an Object Relational Mapper
+Declarative Syntax for an Object Relational Mapper
 ---
 Started sketching Jifty::DBI columns
 ---
@@ -207,7 +207,7 @@
 use base qw/Jifty::DBI::Record/;
 
 __PACKAGE__->schema_version (0.0001) 
-# (or some other method that does two thing evily).
+# (or some other method that does two things evilly).
 ---
 <obra> we could tie @ISA
 
@@ -283,7 +283,7 @@
 
 ---
 #mode perl
-# We cculd do this, but it used a hash
+# We could do this, but it used a hash
 # not a block
 
 field phone => {


More information about the Jifty-commit mailing list