aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.h')
-rw-r--r--src/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/error.h b/src/error.h
index 04bb988..b4f92ad 100644
--- a/src/error.h
+++ b/src/error.h
@@ -95,7 +95,7 @@ static inline void
teco_error_codepoint_set(GError **error, const gchar *cmd)
{
g_set_error(error, TECO_ERROR, TECO_ERROR_CODEPOINT,
- "Invalid Unicode codepoint for <%s>", cmd);
+ "Invalid codepoint for <%s>", cmd);
}
static inline void