* config/obj-aout.h: Fix comment typos.
[deliverable/binutils-gdb.git] / gdb / cli-out.c
index 2e5a3c16b1668d1590946fa8c5b87bf0f62849f0..9f48a0aa3916161ad1132366428fad7fbc2b06ad 100644 (file)
@@ -118,7 +118,7 @@ cli_table_begin (struct ui_out *uiout, int nbrofcols,
   if (nr_rows == 0)
     data->suppress_output = 1;
   else
-    /* Only the table suppresses the output and, fortunatly, a table
+    /* Only the table suppresses the output and, fortunately, a table
        is not a recursive data structure. */
     gdb_assert (data->suppress_output == 0);
 }
This page took 0.024671 seconds and 4 git commands to generate.