[Ovirt-devel] [PATCH] Fix a small typo in the graphing stuff that was causing backtraces in the

Chris Lalancette clalance at redhat.com
Thu Jul 10 15:05:55 UTC 2008


Signed-off-by: Chris Lalancette <clalance at redhat.com>
---
 wui/src/app/controllers/graph_controller.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wui/src/app/controllers/graph_controller.rb b/wui/src/app/controllers/graph_controller.rb
index 6c57ba1..dbe2afc 100644
--- a/wui/src/app/controllers/graph_controller.rb
+++ b/wui/src/app/controllers/graph_controller.rb
@@ -457,7 +457,7 @@ class GraphController < ApplicationController
           end
       end
 
-      def _generated_default_time_axis(myDays)
+      def _generate_default_time_axis(myDays)
           times = []
           now = Time.now
           if myDays.to_i == 1
-- 
1.5.5.1




More information about the ovirt-devel mailing list