From de194d8575765da6c7905d09b8675c59fad035e9 Mon Sep 17 00:00:00 2001 From: Yuri Chornovian Date: Tue, 18 Jul 2017 16:58:14 +0100 Subject: Fix spelling typos. --- binutils/coffgrok.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'binutils/coffgrok.c') diff --git a/binutils/coffgrok.c b/binutils/coffgrok.c index 62cd1c4982..01ff0e9b2c 100644 --- a/binutils/coffgrok.c +++ b/binutils/coffgrok.c @@ -846,13 +846,13 @@ doit (void) case C_UNTAG: /* Various definition. */ if (top_scope == NULL) - fatal (_("Aggregate defintion encountered without a scope")); + fatal (_("Aggregate definition encountered without a scope")); i = do_define (i, top_scope); break; case C_EXT: case C_LABEL: if (file_scope == NULL) - fatal (_("Label defintion encountered without a file scope")); + fatal (_("Label definition encountered without a file scope")); i = do_define (i, file_scope); break; case C_STAT: @@ -860,7 +860,7 @@ doit (void) case C_AUTO: case C_REG: if (top_scope == NULL) - fatal (_("Variable defintion encountered without a scope")); + fatal (_("Variable definition encountered without a scope")); i = do_define (i, top_scope); break; case C_EOS: -- cgit v1.2.3