1
0
Quellcode durchsuchen

Fix remaining typos. Closes: #628748

Christoph Biedl vor 8 Jahren
Ursprung
Commit
1f54c7734f
2 geänderte Dateien mit 17 neuen und 0 gelöschten Zeilen
  1. 1 0
      debian/patches/series
  2. 16 0
      debian/patches/typo-fixes.patch

+ 1 - 0
debian/patches/series

@@ -1 +1,2 @@
 combined-r59.patch
+typo-fixes.patch

+ 16 - 0
debian/patches/typo-fixes.patch

@@ -0,0 +1,16 @@
+Subject: Fix typos
+Author: Drake Mobius <drake.mobius@gmail.com>
+Bug-Debian: https://bugs.debian.org/628748
+Forwarded: https://sourceforge.net/p/u3-tool/patches/8/
+
+--- a/src/main.c
++++ b/src/main.c
+@@ -166,7 +166,7 @@
+ 
+ 	// determine file size
+ 	if (stat(iso_filename, &file_stat) == -1) {
+-		perror("Failed stating iso file");
++		perror("Failed to stat iso file");
+ 		return EXIT_FAILURE;
+ 	}
+ 	if (file_stat.st_size == 0) {