<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -64,7 +64,7 @@ class PeopleController &lt; ApplicationController
   end
   
   def create
-    raise 'no more groups can be created' unless Site.current.max_people.nil? or Person.count &lt; Site.current.max_people
+    raise 'no more people can be created' unless Site.current.max_people.nil? or Person.count &lt; Site.current.max_people
     if @logged_in.admin?(:edit_profiles)
       params[:person].cleanse(:birthday, :anniversary)
       @person = Person.new(params[:person])</diff>
      <filename>app/controllers/people_controller.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>869e799e90b61b0b1d7f68f299c66d3a7046b0fb</id>
    </parent>
  </parents>
  <author>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </author>
  <url>http://github.com/seven1m/onebody/commit/6eefccbb867b0aa46c023e21b25645996122a184</url>
  <id>6eefccbb867b0aa46c023e21b25645996122a184</id>
  <committed-date>2008-10-14T15:27:20-07:00</committed-date>
  <authored-date>2008-10-14T06:14:00-07:00</authored-date>
  <message>Fix typo.</message>
  <tree>9d651999adc000b3ca3c40a4bb0c94e0115cbd4d</tree>
  <committer>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </committer>
</commit>
