URL: https://github.com/SSSD/sssd/pull/486
Author: fidencio
 Title: #486: TOOLS: Fix typo: exist -> exists
Action: opened

PR body:
"""
I've noticed the typo while working on #472 
"""

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/486/head:pr486
git checkout pr486
From a21e1b3f649633736087202db2573066a9caa5bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <[email protected]>
Date: Tue, 2 Jan 2018 09:35:34 +0100
Subject: [PATCH] TOOLS: Fix typo: exist -> exists
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Fabiano FidĂȘncio <[email protected]>
---
 src/tools/sss_override.c       | 2 +-
 src/tools/sssctl/sssctl_data.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tools/sss_override.c b/src/tools/sss_override.c
index 212bf9ab8..21fe62d4d 100644
--- a/src/tools/sss_override.c
+++ b/src/tools/sss_override.c
@@ -267,7 +267,7 @@ errno_t prepare_view_msg(struct sss_domain_info *domain)
 
     ret = prepare_view(domain);
     if (ret == EEXIST) {
-        fprintf(stderr, _("Other than " LOCALVIEW " view already exist "
+        fprintf(stderr, _("Other than " LOCALVIEW " view already exists "
                 "in domain %s.\n"), domain->name);
     } else if (ret != EOK) {
         fprintf(stderr, _("Unable to prepare " LOCALVIEW
diff --git a/src/tools/sssctl/sssctl_data.c b/src/tools/sssctl/sssctl_data.c
index b16fede1e..cc46cafbf 100644
--- a/src/tools/sssctl/sssctl_data.c
+++ b/src/tools/sssctl/sssctl_data.c
@@ -92,7 +92,7 @@ static errno_t sssctl_backup(bool force)
     }
 
     if (sssctl_backup_exist(files) && !force) {
-        prompt = sssctl_prompt(_("SSSD backup of local data already exist, "
+        prompt = sssctl_prompt(_("SSSD backup of local data already exists, "
                                  "override?"), SSSCTL_PROMPT_NO);
         switch (prompt) {
         case SSSCTL_PROMPT_YES:
_______________________________________________
sssd-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to