Module: wine
Branch: master
Commit: 1b6eed8a99e8519e2dcfdbcd945632a992cda17e
URL: http://source.winehq.org/git/wine.git/?a=commit;h=1b6eed8a99e8519e2dcfdbcd9…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Wed Jul 27 11:46:59 2011 +0200
programs: Assorted spelling fixes.
---
programs/taskmgr/graphctl.c | 8 ++++----
programs/winebrowser/main.c | 2 +-
programs/winecfg/libraries.c | 2 +-
programs/wineconsole/curses.c | 2 +-
programs/wineconsole/user.c | 2 +-
programs/winhlp32/hlpfile.c | 2 +-
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/programs/taskmgr/graphctl.c b/programs/taskmgr/graphctl.c
index c5395d5..8984784 100644
--- a/programs/taskmgr/graphctl.c
+++ b/programs/taskmgr/graphctl.c
@@ -57,7 +57,7 @@ static void GraphCtrl_Init(TGraphCtrl* this)
* we need a starting point (i.e. a "previous" point)
* use 0.0 as the default first point.
* these are public member variables, and can be changed outside
- * (after construction). Therefore m_perviousPosition could be set to
+ * (after construction). Therefore m_dPreviousPosition could be set to
* a more appropriate value prior to the first call to SetPosition.
*/
this->m_dPreviousPosition[0] = 0.0;
@@ -69,8 +69,8 @@ static void GraphCtrl_Init(TGraphCtrl* this)
this->m_nYDecimals = 3;
/* set some initial values for the scaling until "SetRange" is called.
- * these are protected varaibles and must be set with SetRange
- * in order to ensure that m_dRange is updated accordingly
+ * these are protected variables and must be set with SetRange
+ * in order to ensure that m_dRange is updated accordingly
*/
/* m_dLowerLimit = -10.0; */
/* m_dUpperLimit = 10.0; */
@@ -401,7 +401,7 @@ static void GraphCtrl_DrawPoint(TGraphCtrl* this)
SRCCOPY);
/* establish a rectangle over the right side of plot */
- /* which now needs to be cleaned up proir to adding the new point */
+ /* which now needs to be cleaned up prior to adding the new point */
rectCleanUp = this->m_rectPlot;
rectCleanUp.left = rectCleanUp.right - this->m_nShiftPixels;
diff --git a/programs/winebrowser/main.c b/programs/winebrowser/main.c
index f5ffe05..8635ad2 100644
--- a/programs/winebrowser/main.c
+++ b/programs/winebrowser/main.c
@@ -22,7 +22,7 @@
* Winebrowser is a winelib application that will start the appropriate
* native browser or mail client for a wine installation that lacks a
* windows browser/mail client. For example, you will be able to open
- * urls via native mozilla if no browser has yet been installed in wine.
+ * URLs via native mozilla if no browser has yet been installed in wine.
*
* The application to launch is chosen from a default set or, if set,
* taken from a registry key.
diff --git a/programs/winecfg/libraries.c b/programs/winecfg/libraries.c
index e402b4e..aa11b46 100644
--- a/programs/winecfg/libraries.c
+++ b/programs/winecfg/libraries.c
@@ -229,7 +229,7 @@ static int show_dll_in_list( const char *name )
static void set_controls_from_selection(HWND dialog)
{
- /* FIXME: display/update some information about the selected dll (purpose, recommended loadorder) maybe? */
+ /* FIXME: display/update some information about the selected dll (purpose, recommended load order) maybe? */
}
static void clear_settings(HWND dialog)
diff --git a/programs/wineconsole/curses.c b/programs/wineconsole/curses.c
index 00e5039..013a062 100644
--- a/programs/wineconsole/curses.c
+++ b/programs/wineconsole/curses.c
@@ -668,7 +668,7 @@ static unsigned WCCURSES_FillMouse(INPUT_RECORD* ir)
WINE_TRACE("[%u]: (%d, %d) %08lx\n",
mevt.id, mevt.x, mevt.y, (unsigned long)mevt.bstate);
- /* macros to ease mapping ncurse button numbering to windows's one */
+ /* macros to ease mapping ncurse button numbering to windows' one */
#define BTN1_BIT FROM_LEFT_1ST_BUTTON_PRESSED
#define BTN2_BIT RIGHTMOST_BUTTON_PRESSED
#define BTN3_BIT FROM_LEFT_2ND_BUTTON_PRESSED
diff --git a/programs/wineconsole/user.c b/programs/wineconsole/user.c
index 22f33b1..dafab16 100644
--- a/programs/wineconsole/user.c
+++ b/programs/wineconsole/user.c
@@ -447,7 +447,7 @@ HFONT WCUSER_CopyFont(struct config_data* config, HWND hWnd, const LOGFONTW* lf,
* - the width of all characters in the font
* This isn't true in Wine. As a temporary workaround, we get as the width of the
* cell, the width of the first character in the font, after checking that all
- * characters in the font have the same width (I hear paranoïa coming)
+ * characters in the font have the same width (I hear paranoia coming)
* when this gets fixed, the code should be using tm.tmAveCharWidth
* or tm.tmMaxCharWidth as the cell width.
*/
diff --git a/programs/winhlp32/hlpfile.c b/programs/winhlp32/hlpfile.c
index cf7bcdc..2f97a02 100644
--- a/programs/winhlp32/hlpfile.c
+++ b/programs/winhlp32/hlpfile.c
@@ -1585,7 +1585,7 @@ static BOOL HLPFILE_BrowseParagraph(HLPFILE_PAGE* page, struct RtfData* rd,
case 0x8C:
if (!HLPFILE_RtfAddControl(rd, "\\_")) goto done;
- /* FIXME: it could be that hypen is also in input stream !! */
+ /* FIXME: it could be that hyphen is also in input stream !! */
format += 1;
rd->char_pos++;
break;
Module: wine
Branch: master
Commit: 8b73720d4e587c4b4e08d624b2dfd632ce6d3b01
URL: http://source.winehq.org/git/wine.git/?a=commit;h=8b73720d4e587c4b4e08d624b…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Wed Jul 27 02:21:01 2011 +0200
cmd: Fix some comments.
---
programs/cmd/wcmd.h | 2 +-
programs/cmd/wcmdmain.c | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/programs/cmd/wcmd.h b/programs/cmd/wcmd.h
index 1bf0485..939e404 100644
--- a/programs/cmd/wcmd.h
+++ b/programs/cmd/wcmd.h
@@ -151,7 +151,7 @@ typedef struct _DIRECTORY_STACK
/*
* Serial nos of builtin commands. These constants must be in step with
- * the list of strings defined in WCMD.C, and WCMD_EXIT *must* always be
+ * the list of strings defined in wcmd.rc, and WCMD_EXIT *must* always be
* the last one.
*
* Yes it *would* be nice to use an enumeration here, but the Resource
diff --git a/programs/cmd/wcmdmain.c b/programs/cmd/wcmdmain.c
index bd572d2..f3fa129 100644
--- a/programs/cmd/wcmdmain.c
+++ b/programs/cmd/wcmdmain.c
@@ -903,8 +903,8 @@ static void init_msvcrt_io_block(STARTUPINFOW* st)
if (st_p.cbReserved2 && st_p.lpReserved2)
{
/* Override the entries for fd 0,1,2 if we happened
- * to change those std handles (this depends on the way wcmd sets
- * it's new input & output handles)
+ * to change those std handles (this depends on the way cmd sets
+ * its new input & output handles)
*/
size_t sz = max(sizeof(unsigned) + (sizeof(char) + sizeof(HANDLE)) * 3, st_p.cbReserved2);
BYTE* ptr = HeapAlloc(GetProcessHeap(), 0, sz);
@@ -1661,7 +1661,7 @@ static void WCMD_addCommand(WCHAR *command, int *commandLen,
/***************************************************************************
* WCMD_IsEndQuote
*
- * Checks if the quote pointet to is the end-quote.
+ * Checks if the quote pointed to is the end-quote.
*
* Quotes end if:
*
@@ -1716,7 +1716,7 @@ static BOOL WCMD_IsEndQuote(WCHAR *quote, int quoteIndex)
*
* Either uses supplied input or
* Reads a file from the handle, and then...
- * Parse the text buffer, spliting into separate commands
+ * Parse the text buffer, splitting into separate commands
* - unquoted && strings split 2 commands but the 2nd is flagged as
* following an &&
* - ( as the first character just ups the bracket depth
@@ -2422,7 +2422,7 @@ int wmain (int argc, WCHAR *argvW[])
}
if (opt_c) {
- /* If we do a "wcmd /c command", we don't want to allocate a new
+ /* If we do a "cmd /c command", we don't want to allocate a new
* console since the command returns immediately. Rather, we use
* the currently allocated input and output handles. This allows
* us to pipe to and read from the command interpreter.