]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Fix non-ASCII in sparse.c
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Aug 2024 05:40:43 +0000 (22:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Aug 2024 16:57:13 +0000 (09:57 -0700)
src/sparse.c

index 98d81831fb6fe3e5600d2349c8e3c2e5fbeaffed..de48c6b1784948015122a721018c2fcd51c6fa94 100644 (file)
@@ -1167,7 +1167,7 @@ struct block_ptr
 };
 
 /* Append to BP the contents of the string SRC, followed by a newline.
-   If the string doesnt fit, put any overflow into the succeeding blocks.
+   If the string doesn't fit, put any overflow into the succeeding blocks.
    Return the updated BP.  */
 static struct block_ptr
 dump_str_nl (struct block_ptr bp, char const *str)