Codebase list xjadeo / 15be9ac
Add patch to fix spelling IOhannes m zmölnig (Debian/GNU) 1 year, 3 months ago
2 changed file(s) with 19 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 spelling.patch
0 Description: Fix spelling errors
1 Author: IOhannes m zmölnig
2 Origin: Debian
3 Bug: https://github.com/x42/xjadeo/issues/52
4 Last-Update: 2023-01-22
5 ---
6 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
7 --- xjadeo.orig/src/xjadeo/xjadeo.c
8 +++ xjadeo/src/xjadeo/xjadeo.c
9 @@ -1818,7 +1818,7 @@
10 {
11 // seek failed of no format
12 if (pFrameFMT && want_debug)
13 - printf("DEBUG: frame seek unsucessful.\n");
14 + printf("DEBUG: frame seek unsuccessful.\n");
15 render_empty_frame (force_update || displaying_valid_frame, 0);
16 displaying_valid_frame = 0;
17 last_decoded_pts = -1;