[Debian-ha-commits] [pacemaker] 25/69: Fix typo: Retreived -> Retrieved

Christoph Berg myon at debian.org
Tue Jan 26 09:14:26 UTC 2016


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

myon pushed a commit to branch debian/master
in repository pacemaker.

commit a4a89f42193a67d5ca91a2d042708103da6c95d8
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Sun Jan 3 23:20:04 2016 +0100

    Fix typo: Retreived -> Retrieved
    
    Signed-off-by: Ferenc Wágner <wferi at niif.hu>
---
 crmd/lrm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crmd/lrm.c b/crmd/lrm.c
index e69f389..a73b2a9 100644
--- a/crmd/lrm.c
+++ b/crmd/lrm.c
@@ -504,7 +504,7 @@ get_rsc_metadata(const char *type, const char *rclass, const char *provider, boo
 
     if(metadata == NULL) {
         rc = lrm_state_get_metadata(lrm_state, rclass, provider, type, &metadata, 0);
-        crm_trace("Retreived live metadata for %s: %s (%d)", key, pcmk_strerror(rc), rc);
+        crm_trace("Retrieved live metadata for %s: %s (%d)", key, pcmk_strerror(rc), rc);
         if(rc == pcmk_ok) {
             CRM_LOG_ASSERT(metadata != NULL);
             g_hash_table_insert(metadata_hash, key, metadata);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/pacemaker.git



More information about the Debian-HA-Commits mailing list