[gnome-builder] Fixed typo in string



commit 5d41cd53a486407e6909364a82d050951c091363
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Tue Jan 21 11:24:43 2020 +0100

    Fixed typo in string

 src/plugins/git/gbp-git-vcs-cloner.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/git/gbp-git-vcs-cloner.c b/src/plugins/git/gbp-git-vcs-cloner.c
index d96aba76d..d7caedc87 100644
--- a/src/plugins/git/gbp-git-vcs-cloner.c
+++ b/src/plugins/git/gbp-git-vcs-cloner.c
@@ -130,7 +130,7 @@ gbp_git_vcs_cloner_validate_uri (IdeVcsCloner  *cloner,
           if (!g_file_query_exists (file, NULL))
             {
               if (errmsg != NULL)
-                *errmsg = g_strdup_printf (_("A resository could not be found at “%s”."), path);
+                *errmsg = g_strdup_printf (_("A repository could not be found at “%s”."), path);
               return FALSE;
             }
 


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