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) {
} 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));