[gedit/zbrown/deteplification-src: 508/633] Correct a typo in gedit-documents-panel.c




commit 2ab2ffa69fdf54f5292b6bae92b37000f06069d4
Author: Felix Yan <felixonmars archlinux org>
Date:   Tue Aug 18 08:30:19 2020 +0000

    Correct a typo in gedit-documents-panel.c

 gedit/gedit-documents-panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gedit/gedit-documents-panel.c b/gedit/gedit-documents-panel.c
index 406aebbdd..8033f944e 100644
--- a/gedit/gedit-documents-panel.c
+++ b/gedit/gedit-documents-panel.c
@@ -1055,7 +1055,7 @@ panel_on_drag_motion (GtkWidget      *widget,
 
                        if (panel->row_placeholder_index < row_placeholder_index)
                        {
-                               /* Ajustment because of existing placeholder row */
+                               /* Adjustment because of existing placeholder row */
                                row_placeholder_index -= 1;
                        }
                }


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