File: 080_fix_spelling.patch

package info (click to toggle)
libvisual 0.4.0-19
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,732 kB
  • sloc: ansic: 15,686; sh: 8,761; makefile: 59; sed: 16; cpp: 7
file content (16 lines) | stat: -rw-r--r-- 878 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: fix a spelling error in final binary.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
Last-Update: 2016-10-09
Index: libvisual/libvisual/lv_error.c
===================================================================
--- libvisual.orig/libvisual/lv_error.c
+++ libvisual/libvisual/lv_error.c
@@ -198,7 +198,7 @@ static const char *__lv_error_human_read
 	[VISUAL_ERROR_VIDEO_INVALID_SCALE_METHOD] =	N_("Invalid scale method given"),
 	[VISUAL_ERROR_VIDEO_INVALID_ROTATE] =		N_("Invalid rotate degrees given"),
 	[VISUAL_ERROR_VIDEO_OUT_OF_BOUNDS] =		N_("Given coordinates are out of bounds"),
-	[VISUAL_ERROR_VIDEO_NOT_INDENTICAL] =		N_("Given VisVideos are not indentical"),
+	[VISUAL_ERROR_VIDEO_NOT_INDENTICAL] =		N_("Given VisVideos are not identical"),
 	[VISUAL_ERROR_VIDEO_NOT_TRANSFORMED] =		N_("VisVideo is not depth transformed as requested")
 };