[evince] shell: Fix typo in local function name



commit 429bea7a32f93f151756ea88c97854640db01ce2
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Thu May 21 21:58:22 2020 -0400

    shell: Fix typo in local function name

 shell/ev-window.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 760d0f9f..58161021 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -1288,7 +1288,7 @@ setup_model_from_metadata (EvWindow *window)
 }
 
 static void
-monitor_get_dimesions (EvWindow *ev_window,
+monitor_get_dimensions (EvWindow *ev_window,
                        gint     *width,
                        gint     *height)
 {
@@ -1363,7 +1363,7 @@ setup_document_from_metadata (EvWindow *window)
                request_width = (gint)(width_ratio * document_width + 0.5);
                request_height = (gint)(height_ratio * document_height + 0.5);
 
-               monitor_get_dimesions (window, &monitor_width, &monitor_height);
+               monitor_get_dimensions (window, &monitor_width, &monitor_height);
                if (monitor_width > 0 && monitor_height > 0) {
                        request_width = MIN (request_width, monitor_width);
                        request_height = MIN (request_height, monitor_height);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]