>From 20d29b115c5229f3af833b2a823cc10f6bad377f Mon Sep 17 00:00:00 2001
From: Tobias Stoeckmann <[email protected]>
Date: Thu, 3 May 2012 18:01:23 +0200
Subject: [PATCH] Fixed some typos.
---
FAQ | 2 +-
debian/changelog | 2 +-
email-clients.txt | 2 +-
src/client.c | 2 +-
src/dock.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/FAQ b/FAQ
index 37a30c5..4cca2aa 100644
--- a/FAQ
+++ b/FAQ
@@ -857,7 +857,7 @@ badly coded for not setting the instance.class hints.
program for that matter?)
----------------------------------
Right Click on the title bar and choose "Attributes". Click on Panel 2 and
-click the the "Disable titlebar" and "Disable resizebar" options. Click
+click the "Disable titlebar" and "Disable resizebar" options. Click
"Save", "Apply" and then close the Attributes panel.
By Default, to get back to the attributes menu once you've removed the
diff --git a/debian/changelog b/debian/changelog
index 56031d3..248ca31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1507,7 +1507,7 @@ wmaker (0.20.2-2) frozen unstable; urgency=low
* debian/rules: dockit is gone but manpage is still installed
* debian/wmaker.postinst.tmpl: removed the code to add Window Maker to
/etc/X11/window-managers and replaced with register-window-manager
- (the interface provided by the the xbase package). This fixes #28841
+ (the interface provided by the xbase package). This fixes #28841
partially (that's two bugs in one, this is the not-so-important part)
* debian/wmaker.postrm: ditto for removal from /etc/X11/window-managers
* On my system bug #26682 doesn't show up with this build and the new
diff --git a/email-clients.txt b/email-clients.txt
index 860c29a..e9f5dac 100644
--- a/email-clients.txt
+++ b/email-clients.txt
@@ -104,7 +104,7 @@ Then from the "Message" menu item, select insert file and
choose your patch.
As an added bonus you can customise the message creation toolbar menu
and put the "insert file" icon there.
-Make the the composer window wide enough so that no lines wrap. As of
+Make the composer window wide enough so that no lines wrap. As of
KMail 1.13.5 (KDE 4.5.4), KMail will apply word wrapping when sending
the email if the lines wrap in the composer window. Having word wrapping
disabled in the Options menu isn't enough. Thus, if your patch has very
diff --git a/src/client.c b/src/client.c
index 16a4f11..93245e0 100644
--- a/src/client.c
+++ b/src/client.c
@@ -74,7 +74,7 @@ void wClientRestore(WWindow * wwin)
int gx, gy;
wClientGetGravityOffsets(wwin, &gx, &gy);
- /* set the positio of the frame on screen */
+ /* set the position of the frame on screen */
wwin->frame_x -= gx * FRAME_BORDER_WIDTH;
wwin->frame_y -= gy * FRAME_BORDER_WIDTH;
/* if gravity is to the south, account for the border sizes */
diff --git a/src/dock.c b/src/dock.c
index 88ea6eb..83ea2b8 100644
--- a/src/dock.c
+++ b/src/dock.c
@@ -2166,7 +2166,7 @@ void wDockDetach(WDock *dock, WAppIcon *icon)
dock->icon_count--;
/* if the dock is not attached to an application or
- * the the application did not set the approriate hints yet,
+ * the application did not set the approriate hints yet,
* destroy the icon */
if (!icon->running || !wApplicationOf(icon->main_window))
wAppIconDestroy(icon);
--
1.7.6
--
To unsubscribe, send mail to [email protected].