changeset 28:9f17312f3914

Fix a few silly typos
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Tue, 29 Jun 2010 14:58:36 -0500
parents e019ca8e14f6
children 6ba969517b9c
files README templates/index.djhtml
diffstat 2 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Jun 28 22:36:53 2010 -0500
+++ b/README	Tue Jun 29 14:58:36 2010 -0500
@@ -1,12 +1,12 @@
 Agora Octave is (or will be) a Django-based website for rapid
-collaboroation related to GNU Octave. It is released under the terms
-of the Affero General Public License version 3 as published by the
-Free Software Foundation, or at your option, any later version.
+collaboration related to GNU Octave. It is released under the terms of
+the Affero General Public License version 3 as published by the Free
+Software Foundation, or at your option, any later version.
 
 Quickstart for personal debugging:
 
     1) Install Django, Python, mercurial, SQLite3. On a Unix-based
-    system, Python is probably already installed.
+       system, Python is probably already installed.
 
     2) Clone this repository
 
@@ -15,7 +15,7 @@
 
     4) Now run
 
-         $ python manage.py syncbd    #Will create an empty database
+         $ python manage.py syncdb    #Will create an empty database
                                       #(by default: sqlite3)
 
          $ python manage.py runserver #Run a development webserver on port 8000
@@ -62,6 +62,6 @@
 
    -- A user's landing page will indicate which bundles and snippets
       this user has uploaded as well as whatever personal information
-      the user would like to provid.e
+      the user would like to provide.
 
 This README itself also admits patches.
--- a/templates/index.djhtml	Mon Jun 28 22:36:53 2010 -0500
+++ b/templates/index.djhtml	Tue Jun 29 14:58:36 2010 -0500
@@ -10,7 +10,7 @@
     Agora Octave is a place dedicated for rapid collaboration related
     to <a href="http://octave.org">GNU Octave</a>. You
     can <a href="/latest">browse our code submissions</a>
-    our <a href="accounts/login">contribute your own</a>.
+    or <a href="accounts/login">contribute your own</a>.
   </p>
 </div>
 </div>