[lvm-devel] dev-mornfall-lvmcache - cleanup: type

Petr Rockai mornfall at fedoraproject.org
Wed Jun 5 12:02:19 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=1445d407949735c8fc17c9c0871d39224ef6d716
Commit:        1445d407949735c8fc17c9c0871d39224ef6d716
Parent:        45eeb70b02df0f196ccd851c23c42fc29d6efb39
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Tue Apr 23 12:35:10 2013 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Tue Apr 23 12:35:10 2013 +0200

cleanup: type

oops another type inserted.
---
 lib/config/config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/config/config.c b/lib/config/config.c
index 0af57d5..2fd8793 100644
--- a/lib/config/config.c
+++ b/lib/config/config.c
@@ -65,7 +65,7 @@ struct dm_config_tree *config_file_open(const char *filename, int keep_open)
 		return NULL;
 
 	if (!(cf = dm_pool_zalloc(cft->mem, sizeof(struct config_file)))) {
-		log_error("Failed to allocate condig tree.");
+		log_error("Failed to allocate config tree.");
 		goto fail;
 	}
 




More information about the lvm-devel mailing list