]> Dogcows Code - chaz/tar/blobdiff - src/buffer.c
(read_and, list_archive): Simplify code.
[chaz/tar] / src / buffer.c
index 8daf39e0a0dc047ba789376275723784f740358e..ea4ebb4e1b52409ae18bf3b69cb80e7c9605a06f 100644 (file)
@@ -1039,7 +1039,7 @@ write_error (ssize_t status)
   int saved_errno = errno;
 
   /* It might be useful to know how much was written before the error
-     occured.  Beware that mere printing maybe change errno value.  */
+     occurred.  */
   if (totals_option)
     print_total_written ();
 
@@ -1349,8 +1349,8 @@ backspace_output (void)
       {
        /* Lseek failed.  Try a different method.  */
 
-       WARN ((0, 0, _("\
-Could not backspace archive file; it may be unreadable without -i")));
+       WARN ((0, 0,
+              _("Could not backspace archive file; it may be unreadable without -i")));
 
        /* Replace the first part of the record with NULs.  */
 
This page took 0.022846 seconds and 4 git commands to generate.