[gedit] Correct a typo in gedit-documents-panel.c



commit 887e7f156426d2f2e13c9cb511ee018a1ccd4170
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 85dcd5121..98d84a98f 100644
--- a/gedit/gedit-documents-panel.c
+++ b/gedit/gedit-documents-panel.c
@@ -1056,7 +1056,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]