Remove compatibility macros m4_ifblank and m4_ifnblank
[fw/openocd] / src / target / target.c
index e9d67702e60ec8c039b540c730b0820a0d83e727..d60e642c94632e6c061811a134b70f812ccfc069 100644 (file)
@@ -5173,7 +5173,7 @@ no_params:
                        if (goi->isconfigure) {
                                struct command_context *cmd_ctx = current_command_context(goi->interp);
                                if (cmd_ctx->mode != COMMAND_CONFIG) {
-                                       Jim_SetResultString(goi->interp, "-gdb-max-conenctions must be configured before 'init'", -1);
+                                       Jim_SetResultString(goi->interp, "-gdb-max-connections must be configured before 'init'", -1);
                                        return JIM_ERR;
                                }