From 4975b4643a7a16203d5ddb2ef6923fa04d4d973c Mon Sep 17 00:00:00 2001
From: Steven Armstrong <steven@icarus.ethz.ch>
Date: Tue, 18 Oct 2011 13:11:53 +0200
Subject: [PATCH] --typo

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
---
 lib/cdist/core/type.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/cdist/core/type.py b/lib/cdist/core/type.py
index 678120aa..02648b76 100644
--- a/lib/cdist/core/type.py
+++ b/lib/cdist/core/type.py
@@ -31,7 +31,7 @@ class NoSuchTypeError(cdist.Error):
         self.type_absolute_path = type_absolute_path
 
     def __str__(self):
-        return "Type '%' does not exist at %s" % (self.type_path, self.type_absolute_path)
+        return "Type '%s' does not exist at %s" % (self.type_path, self.type_absolute_path)
 
 
 class Type(object):