[epiphany] Fix typo
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Fix typo
- Date: Thu, 11 Nov 2021 19:54:04 +0000 (UTC)
commit 4db7b0e177b36f5a74c3747380dc6b1a5e51c4dd
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Thu Nov 11 13:53:37 2021 -0600
Fix typo
lib/ephy-web-app-utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/ephy-web-app-utils.c b/lib/ephy-web-app-utils.c
index 5dc842352..d60b7dfa6 100644
--- a/lib/ephy-web-app-utils.c
+++ b/lib/ephy-web-app-utils.c
@@ -118,7 +118,7 @@ ephy_web_application_get_program_name_from_profile_directory (const char *profil
/* Just get the basename */
name = strrchr (profile_dir, G_DIR_SEPARATOR);
if (name == NULL) {
- g_warning ("Profile directoroy %s is not a valid path", profile_dir);
+ g_warning ("Profile directory %s is not a valid path", profile_dir);
return NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]