Conditional that redircts to user profile page if too many elections in control panel...
[selectricity] / app / controllers / account_controller.rb
index 57cf343ea9de01ab95d67c6de556130df0ef4d1e..2bda7ea04330def0bf0f8eae90f6520d44ecbb2d 100644 (file)
@@ -69,7 +69,7 @@ class AccountController < ApplicationController
   end
   #======================================================================
   
-  #The following methods are for slectricity specific uses
+  #The following methods are for selectricity specific uses
   def summary
     @user = User.find(params[:id])
   end

Benjamin Mako Hill || Want to submit a patch?