summarylogtreecommitdiffstats
path: root/1012_typo-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to '1012_typo-fix.patch')
-rw-r--r--1012_typo-fix.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/1012_typo-fix.patch b/1012_typo-fix.patch
new file mode 100644
index 000000000000..aedf1618f13e
--- /dev/null
+++ b/1012_typo-fix.patch
@@ -0,0 +1,14 @@
+Description: Fix spelling of "occurred" in an error msg."
+Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+
+--- a/channels/urbdrc/client/urbdrc_main.c
++++ b/channels/urbdrc/client/urbdrc_main.c
+@@ -648,7 +648,7 @@
+ }
+ else
+ {
+- fprintf(stderr, "No Device from receive_device(). An error occured.\n");
++ fprintf(stderr, "No Device from receive_device(). An error occurred.\n");
+ }
+ }
+ }