From f1d944e4c4bf239552fa94efeb5409d81e2bc0e1 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 22 Jun 2022 22:01:34 +0200 Subject: [PATCH] remove typo --- src/frontend/rawfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/rawfile.c b/src/frontend/rawfile.c index 81826ba13..1b5ed8e1e 100644 --- a/src/frontend/rawfile.c +++ b/src/frontend/rawfile.c @@ -158,7 +158,7 @@ void raw_write(char *name, struct plot *pl, bool app, bool binary) fprintf(fp, "Variables:\n"); for (i = 0, v = pl->pl_dvecs; v; v = v->v_next) { - /* write i(name) instaed of name#branch */ + /* write i(name) instead of name#branch */ if (v->v_type == SV_CURRENT && !keepbranch) { branch = NULL; /* get name only*/