Package: ripperx
Version: 2.7.2-2
Severity: minor
Tags: patch


Please find attached a patch that fixes some typos.

Greetings,
Chris
diff -ru ripperX-2.7.2.orig/src/err_dialog_handler.c ripperX-2.7.2/src/err_dialog_handler.c
--- ripperX-2.7.2.orig/src/err_dialog_handler.c	2009-10-08 13:14:03.000000000 +0200
+++ ripperX-2.7.2/src/err_dialog_handler.c	2009-10-08 13:18:58.000000000 +0200
@@ -30,7 +30,7 @@
 	N_("An error has occured while forking"),
 	N_("Cannot create pipe"),
 	N_("Cannot open /dev/null"),
-	N_("Memory allcation error has occurred"),
+	N_("Memory allocation error has occurred"),
 	N_("An error has occurred while trying to\nreopen a file as a stream (fdopen)"),
 	N_("Cannot read from the pipe"),
 	N_("Cannot delete file"),
@@ -40,8 +40,8 @@
 	N_("/////  use perror msg until here /////"),
 	N_("Too many arguments"),
 	N_("Job already in progress"),
-	N_("Please select a track to rip or encode. \nIf you did select tracks, they may already have been ripped."),
-	N_("Make sure an audio disc is in the drive and that you are \neither running ripperX as root, are a member\nof the \"cdrom\" group, or otherwise have appropriate\npermissions to access the CDROM device.\n"),
+	N_("Please select a track to rip or encode.\nIf you did select tracks, they may already have been ripped."),
+	N_("Make sure an audio disc is in the drive and that you are\neither running ripperX as root, are a member\nof the \"cdrom\" group, or otherwise have appropriate\npermissions to access the CDROM device.\n"),
 	N_("The file name is too long"),
 	N_("Some entry(s) are empty"),
 	N_("An error has occurred while parsing ~/.ripperXrc"),
@@ -53,7 +53,7 @@
 	N_("CD Not Found in CD Database"),
 	N_("Cannot parse the format string"),
 	N_("Plugin not present"),
-	N_("Error while locking file.\nMake sure the WAV dir and MP3 dir paths are correct and \nyou have permission to write to those directories."),
+	N_("Error while locking file.\nMake sure the WAV dir and MP3 dir paths are correct and\nyou have permission to write to those directories."),
 	N_("The WAV dir is not writable."),
 	N_("The MP3 dir is not writable."),
 	N_("Cannot create WAV dir"),

Reply via email to