Package: synaptic
Version: 0.57.8
Severity: minor
Tags: patch

I noticed this misspelling in the output when a package upgrade failed, and so 
I found the string and corrected it. 

The included patch also corrects the po files with the offending string and a 
few comment with the same mistake.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages synaptic depends on:
ii  apt [libapt-pkg-libc6.3- 0.6.43.3        Advanced front-end for dpkg
ii  apt-utils [libapt-inst-l 0.6.43.3        APT utility programs
ii  libatk1.0-0              1.11.3-1        The ATK accessibility toolkit
ii  libc6                    2.3.6-4         GNU C Library: Shared libraries an
ii  libcairo2                1.0.2-3         The Cairo 2D vector graphics libra
ii  libfontconfig1           2.3.2-5         generic font configuration library
ii  libgcc1                  1:4.0.3-1       GCC support library
ii  libglade2-0              1:2.5.1-2       library to load .glade files at ru
ii  libglib2.0-0             2.10.1-2        The GLib library of C routines
ii  libgtk2.0-0              2.8.13-1        The GTK+ graphical user interface 
ii  libice6                  6.9.0.dfsg.1-5  Inter-Client Exchange library
ii  libncurses5              5.5-1           Shared libraries for terminal hand
ii  libpango1.0-0            1.12.0-2        Layout and rendering of internatio
ii  libsm6                   6.9.0.dfsg.1-5  X Window System Session Management
ii  libstdc++6               4.0.3-1         The GNU Standard C++ Library v3
ii  libvte4                  1:0.11.20-3     Terminal emulator widget for GTK+ 
ii  libx11-6                 6.9.0.dfsg.1-5  X Window System protocol client li
ii  libxcursor1              1.1.3-1         X cursor management library
ii  libxext6                 6.9.0.dfsg.1-5  X Window System miscellaneous exte
ii  libxft2                  2.1.8.2-5       FreeType-based font drawing librar
ii  libxi6                   6.9.0.dfsg.1-5  X Window System Input extension li
ii  libxinerama1             6.9.0.dfsg.1-5  X Window System multi-head display
ii  libxml2                  2.6.23.dfsg.2-3 GNOME XML library
ii  libxrandr2               6.9.0.dfsg.1-5  X Window System Resize, Rotate and
ii  libxrender1              1:0.9.0.2-1     X Rendering Extension client libra
ii  scrollkeeper             0.3.14-10       A free electronic cataloging syste
ii  zlib1g                   1:1.2.3-11      compression library - runtime

Versions of packages synaptic recommends:
ii  deborphan                     1.7.18     Find orphaned libraries
ii  gksu                          1.3.6-1    graphical frontend to su
ii  libgnome2-perl                1.023-1    Perl interface to the GNOME librar

-- no debconf information
diff -ru synaptic-0.57.8/common/rinstallprogress.cc synaptic-0.57.8.new/common/rinstallprogress.cc
--- synaptic-0.57.8/common/rinstallprogress.cc	2006-02-28 00:33:05.000000000 -0800
+++ synaptic-0.57.8.new/common/rinstallprogress.cc	2006-03-23 15:36:28.000000000 -0800
@@ -39,7 +39,7 @@
 
 #include "i18n.h"
 string RInstallProgress::finishMsg = _("\nSuccessfully applied all changes. You can close the window now.");
-string RInstallProgress::errorMsg = _("\nNot all changes and updates succeeded. If you are interessted in the details of the failure, please expand the the 'terminal' panel.");
+string RInstallProgress::errorMsg = _("\nNot all changes and updates succeeded. If you are interested in the details of the failure, please expand the the 'terminal' panel.");
 string RInstallProgress::incompleteMsg = 
       _("\nSuccessfully installed all packages of the current medium. "
 	"To continue the installation with the next medium close "
diff -ru synaptic-0.57.8/gtk/rgmainwindow.cc synaptic-0.57.8.new/gtk/rgmainwindow.cc
--- synaptic-0.57.8/gtk/rgmainwindow.cc	2006-02-28 00:33:04.000000000 -0800
+++ synaptic-0.57.8.new/gtk/rgmainwindow.cc	2006-03-23 15:36:56.000000000 -0800
@@ -204,7 +204,7 @@
    if (list == NULL) // Empty.
       return NULL;
 
-   // We are only interessted in the last element
+   // We are only interested in the last element
    li = g_list_last(list);
    gtk_tree_model_get_iter(_pkgList, &iter, (GtkTreePath *) (li->data));
 
@@ -2378,7 +2378,7 @@
       me->updatePackageInfo(NULL);
       return;
    }
-   // we are only interessted in the last element
+   // we are only interested in the last element
    li = g_list_last(li);
    gtk_tree_model_get_iter(me->_pkgList, &iter, (GtkTreePath *) (li->data));
 
diff -ru synaptic-0.57.8/gtk/rgpreferenceswindow.cc synaptic-0.57.8.new/gtk/rgpreferenceswindow.cc
--- synaptic-0.57.8/gtk/rgpreferenceswindow.cc	2006-02-28 00:33:05.000000000 -0800
+++ synaptic-0.57.8.new/gtk/rgpreferenceswindow.cc	2006-03-23 15:37:14.000000000 -0800
@@ -89,7 +89,7 @@
    //cout << "void RGPreferencesWindow::cbRadioDistributionChanged()" << endl;
    RGPreferencesWindow *me = (RGPreferencesWindow *) data;
    
-   // we are only interessted in the active one
+   // we are only interested in the active one
    if(me->_blockAction || !gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(self))) 
       return;
    
diff -ru synaptic-0.57.8/po/el.po synaptic-0.57.8.new/po/el.po
--- synaptic-0.57.8/po/el.po	2006-02-28 00:32:56.000000000 -0800
+++ synaptic-0.57.8.new/po/el.po	2006-03-23 15:38:05.000000000 -0800
@@ -405,7 +405,7 @@
 #: ../common/rinstallprogress.cc:42
 msgid ""
 "\n"
-"Not all changes and updates succeeded. If you are interessted in the details "
+"Not all changes and updates succeeded. If you are interested in the details "
 "of the failure, please expand the the 'terminal' panel."
 msgstr ""
 "\n"
diff -ru synaptic-0.57.8/po/fi.po synaptic-0.57.8.new/po/fi.po
--- synaptic-0.57.8/po/fi.po	2006-02-28 00:32:46.000000000 -0800
+++ synaptic-0.57.8.new/po/fi.po	2006-03-23 15:37:48.000000000 -0800
@@ -399,7 +399,7 @@
 #: ../common/rinstallprogress.cc:42
 msgid ""
 "\n"
-"Not all changes and updates succeeded. If you are interessted in the details "
+"Not all changes and updates succeeded. If you are interested in the details "
 "of the failure, please expand the the 'terminal' panel."
 msgstr ""
 "\n"
diff -ru synaptic-0.57.8/po/synaptic.pot synaptic-0.57.8.new/po/synaptic.pot
--- synaptic-0.57.8/po/synaptic.pot	2006-02-28 00:33:02.000000000 -0800
+++ synaptic-0.57.8.new/po/synaptic.pot	2006-03-23 15:38:28.000000000 -0800
@@ -398,7 +398,7 @@
 #: ../common/rinstallprogress.cc:42
 msgid ""
 "\n"
-"Failed to apply all changes! If you are interessted in the details of the "
+"Failed to apply all changes! If you are interested in the details of the "
 "failure, please scroll in the terminal buffer to see what went wrong."
 msgstr ""
 

Reply via email to