From: Francois Gouget fgouget@free.fr
Signed-off-by: Francois Gouget fgouget@free.fr --- dlls/dbghelp/msc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c index bec9dec2532..2fca1f229d1 100644 --- a/dlls/dbghelp/msc.c +++ b/dlls/dbghelp/msc.c @@ -803,7 +803,7 @@ static BOOL codeview_resolve_forward_type(struct codeview_type_parse* ctp, const unsigned hash;
/* Unfortunately, hash of forward defs are computed on the whole type record, not its name - * (unlike hash of UDT & enum implementations which is based primarly on the name... sigh) + * (unlike hash of UDT & enum implementations which is based primarily on the name... sigh) * So compute the hash of the expected implementation. */ if (!codeview_type_extract_name(cvref, &nameref, &lenref, &decoratedref)) return FALSE;
From: Francois Gouget fgouget@free.fr
Signed-off-by: Francois Gouget fgouget@free.fr --- dlls/ntdll/heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ntdll/heap.c b/dlls/ntdll/heap.c index 40c317417ce..91a231e01b7 100644 --- a/dlls/ntdll/heap.c +++ b/dlls/ntdll/heap.c @@ -755,7 +755,7 @@ static void free_used_block( struct heap *heap, SUBHEAP *subheap, struct block * } else if (!heap->shared) { - /* keep room for a full commited block as hysteresis */ + /* keep room for a full committed block as hysteresis */ subheap_decommit( heap, subheap, (char *)(entry + 1) + (COMMIT_MASK + 1) ); } }
From: Francois Gouget fgouget@free.fr
Signed-off-by: Francois Gouget fgouget@free.fr --- dlls/win32u/menu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/win32u/menu.c b/dlls/win32u/menu.c index c67d0e00615..2530c04241c 100644 --- a/dlls/win32u/menu.c +++ b/dlls/win32u/menu.c @@ -159,7 +159,7 @@ static HMENU top_popup_hmenu; static BOOL exit_menu = FALSE;
static SIZE menucharsize; -static UINT od_item_hight; /* default owner drawn item height */ +static UINT od_item_height; /* default owner drawn item height */
/********************************************************************** * NtUserCopyAcceleratorTable (win32u.@) @@ -1986,7 +1986,7 @@ static void calc_menu_item_size( HDC hdc, struct menu_item *item, HWND owner, IN menucharsize.cx = get_char_dimensions( hdc, NULL, &menucharsize.cy ); /* Win95/98/ME will use menucharsize.cy here. Testing is possible * but it is unlikely an application will depend on that */ - od_item_hight = HIWORD( get_dialog_base_units() ); + od_item_height = HIWORD( get_dialog_base_units() ); }
SetRect( &item->rect, org_x, org_y, org_x, org_y ); @@ -1998,7 +1998,7 @@ static void calc_menu_item_size( HDC hdc, struct menu_item *item, HWND owner, IN mis.CtlID = 0; mis.itemID = item->wID; mis.itemData = item->dwItemData; - mis.itemHeight = od_item_hight; + mis.itemHeight = od_item_height; mis.itemWidth = 0; send_message( owner, WM_MEASUREITEM, 0, (LPARAM)&mis ); /* Tests reveal that Windows ( Win95 through WinXP) adds twice the average
From: Francois Gouget fgouget@free.fr
Signed-off-by: Francois Gouget fgouget@free.fr --- dlls/urlmon/tests/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/urlmon/tests/url.c b/dlls/urlmon/tests/url.c index cfd29910f35..f0e66cdb959 100644 --- a/dlls/urlmon/tests/url.c +++ b/dlls/urlmon/tests/url.c @@ -4181,7 +4181,7 @@ START_TEST(url) trace("emulated about test (to object)...\n"); test_BindToObject(ABOUT_TEST, BINDTEST_EMULATE, S_OK);
- trace("emulalated test reporting result in read...\n"); + trace("emulated test reporting result in read...\n"); test_BindToStorage(WINETEST_SYNC_TEST, BINDTEST_EMULATE, TYMED_ISTREAM);
trace("file test...\n");
From: Francois Gouget fgouget@free.fr
Signed-off-by: Francois Gouget fgouget@free.fr --- include/wine/iaccessible2.idl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/wine/iaccessible2.idl b/include/wine/iaccessible2.idl index 0091c529f0d..34c1f169939 100644 --- a/include/wine/iaccessible2.idl +++ b/include/wine/iaccessible2.idl @@ -1350,7 +1350,7 @@ IA2_STATE_PINNED = 0x80000 @ref _indexes\n @ref _enumBase\n @ref _specialOffsets\n - @ref _dicoveringInterfaces\n + @ref _discoveringInterfaces\n @ref _changingInterfaces\n @ref _applicationInfo\n @ref _childIDs\n @@ -1440,7 +1440,7 @@ IA2_STATE_PINNED = 0x80000 Since the same offset is associated with two different lines a special means is needed to fetch text from the line where the caret is physically located.
- @section _dicoveringInterfaces Discovery of Interfaces + @section _discoveringInterfaces Discovery of Interfaces In general AT (Assistive Technology) should try IAccessible2 interfaces, followed by using the MSAA (Microsoft® Active Accessibility®) interfaces. (In cases where the an application is known to have custom interfaces which provide information not supplied by IAccessible2 @@ -2381,7 +2381,7 @@ enum IA2TextBoundaryType { that present textual information on the display like buttons, text entry fields, or text portions of the document window. The interface provides access to the text's content, attributes, and spatial location. - However, text can not be modified with this interface. That is the task + However, text cannot be modified with this interface. That is the task of the IAccessibleEditableText interface.
The text length, i.e. the number of characters in the text, is @@ -3686,7 +3686,7 @@ interface IAccessibleHypertext : IAccessibleText /** @brief This interface exposes information about hypertext in a document.
The %IAccessibleHypertext2 interface extends the functinality of the - %IAccessibleHypertext inteface. + %IAccessibleHypertext interface. */ [object, uuid(CF64D89F-8287-4B44-8501-A827453A6077)] interface IAccessibleHypertext2 : IAccessibleHypertext @@ -4326,7 +4326,7 @@ interface IAccessibleTable : IUnknown Please also refer to the IAccessibleTableCell interface.
If you want to support older applications you should also support the - IAccessibleTable inteface. + IAccessibleTable interface. */ [object, uuid(6167f295-06f0-4cdd-a1fa-02e25153d869)] interface IAccessibleTable2 : IUnknown @@ -4821,7 +4821,7 @@ interface IAccessibleTableCell : IUnknown [out, retval] boolean *isSelected );
- /** @brief Returns a reference to the accessbile of the containing table. + /** @brief Returns a reference to the accessible of the containing table.
@param [out] table Returns a reference to the IUnknown of the containing table.
This merge request was approved by Jacek Caban.