From 975d4becf16bb62372cc6e7918c49e8cd33c6053 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann 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 37a30c57..4cca2aaa 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 56031d33..248ca313 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 860c29a4..e9f5dacc 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 16a4f11b..93245e03 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 88ea6eb5..61d70f05 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 appropriate hints yet, * destroy the icon */ if (!icon->running || !wApplicationOf(icon->main_window)) wAppIconDestroy(icon); -- 2.11.4.GIT