[Xfce4-commits] [xfce/xfce4-panel] 03/03: Fix typo

noreply at xfce.org noreply at xfce.org
Mon Sep 30 10:17:45 CEST 2019


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfce4-panel.

commit 2b7a7a7c9a7ffb8c5fedb8b109eaa8c293d39623
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Thu Sep 19 15:45:08 2019 +0200

    Fix typo
---
 panel/panel-module-factory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel/panel-module-factory.c b/panel/panel-module-factory.c
index c897bcc..2a94b13 100644
--- a/panel/panel-module-factory.c
+++ b/panel/panel-module-factory.c
@@ -172,7 +172,7 @@ panel_module_factory_load_modules_dir (PanelModuleFactory *factory,
       filename = g_build_filename (path, name, NULL);
 
       /* find the dot in the name, this cannot
-       * fail since it pasted the .desktop suffix check */
+       * fail since it passed the .desktop suffix check */
       p = strrchr (name, '.');
 
       /* get the new module internal name */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list