From 32d19ce47ccbf2625cda72b5eb67b5a197773e6c Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Mon, 24 May 2004 05:05:07 +0000 Subject: [PATCH] comment fix for consistency: "magic line" -> "magicline" git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1760 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/files.c | 2 +- src/nano.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/files.c b/src/files.c index ec737597..05ff4885 100644 --- a/src/files.c +++ b/src/files.c @@ -1638,7 +1638,7 @@ int write_file(const char *name, int tmp, int append, int nonamechange) goto cleanup_and_exit; } - /* There might not be a magic line. There won't be when writing out + /* There might not be a magicline. There won't be when writing out * a selection. */ assert(fileage != NULL && filebot != NULL); while (fileptr != filebot) { diff --git a/src/nano.c b/src/nano.c index c8dfce70..22a3ec05 100644 --- a/src/nano.c +++ b/src/nano.c @@ -1035,7 +1035,7 @@ int do_delete(void) } else if (current != filebot && (current->next != filebot || current->data[0] == '\0')) { /* We can delete the line before filebot only if it is blank: it - * becomes the new magic line then. */ + * becomes the new magicline then. */ filestruct *foo = current->next; assert(current_x == strlen(current->data)); -- 2.39.5