From 37d167f6e0e26e8dc57950cb0fa1bfa630036521 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 16 Aug 2016 22:42:50 -0700 Subject: std: conform to style guidelines --- src/analyze.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/analyze.cpp') diff --git a/src/analyze.cpp b/src/analyze.cpp index 2a10ebcef1..4e4655c99c 100644 --- a/src/analyze.cpp +++ b/src/analyze.cpp @@ -5206,7 +5206,7 @@ static TypeTableEntry *analyze_builtin_fn_call_expr(CodeGen *g, ImportTableEntry case TypeTableEntryIdNamespace: case TypeTableEntryIdGenericFn: add_node_error(g, expr_node, - buf_sprintf("type '%s' not eligible for @typeof", buf_ptr(&type_entry->name))); + buf_sprintf("type '%s' not eligible for @typeOf", buf_ptr(&type_entry->name))); return g->builtin_types.entry_invalid; case TypeTableEntryIdMetaType: case TypeTableEntryIdVoid: -- cgit v1.2.3