about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-14 13:33:26 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-14 13:33:26 -0800
commit1b0eabe60326f4470b1a6d646a84a5eed014f9b2 (patch)
tree8d16e3e737c97dd9e6e3ed109f38d28c8eb30791
parent42d80bbba13655aec55d733df0fe2709b568d6b2 (diff)
downloadupr-1b0eabe60326f4470b1a6d646a84a5eed014f9b2.tar.gz
ry dahl prefers his name lowercased
Update all documentation and comments to reflect that.
-rw-r--r--README2
-rw-r--r--examples/rails_app-2.3.4/app/controllers/files_controller.rb2
-rw-r--r--examples/rails_app-2.3.4/public/stylesheets/site.css2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 58b2888..e88d5b0 100644
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ Contributions to enhance compatibility for more modern things like
 jQuery and HTML5 are very welcome.  We would prefer as much as possible
 to NOT proliferate new AJAX sub-protocols and use existing ones whenever
 possible.  Our current favorite is the Ajax.Pull JavaScript used in
-Ry Dahl's mongrel_streaming_upload_progress because it only requires a
+ry dahl's mongrel_streaming_upload_progress because it only requires a
 one extra HTTP request to pull all the status notifications.
 
 == Backend Compatibility
diff --git a/examples/rails_app-2.3.4/app/controllers/files_controller.rb b/examples/rails_app-2.3.4/app/controllers/files_controller.rb
index a0fdbb1..bd4fc61 100644
--- a/examples/rails_app-2.3.4/app/controllers/files_controller.rb
+++ b/examples/rails_app-2.3.4/app/controllers/files_controller.rb
@@ -6,7 +6,7 @@ class FilesController < ApplicationController
     _sha1_flash_self
   end
 
-  # based on Ry Dahl's streaming AJAX pull:
+  # based on ry dahl's streaming AJAX pull:
   # http://rubyforge.org/pipermail/mongrel-users/2007-July/003747.html
   def pull
     _sha1_flash_self
diff --git a/examples/rails_app-2.3.4/public/stylesheets/site.css b/examples/rails_app-2.3.4/public/stylesheets/site.css
index 043b5da..0e5f9c7 100644
--- a/examples/rails_app-2.3.4/public/stylesheets/site.css
+++ b/examples/rails_app-2.3.4/public/stylesheets/site.css
@@ -1,5 +1,5 @@
 /*
- * stolen from Ry Dahl's mongrel_streaming_upload_progress
+ * stolen from ry dahl's mongrel_streaming_upload_progress
  * http://rubyforge.org/pipermail/mongrel-users/2007-July/003747.html
  */
 .notice {