From bcc10f6d7b507cbac0641eccd703cf8cdd34cc72 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sat, 5 Sep 2015 01:28:43 +0200 Subject: [PATCH] shell32-FolderItems_Stub_Iface: Fix a typo in the patch subject. --- README.md | 2 +- debian/changelog | 2 +- patches/patchinstall.sh | 2 +- ...1-shell32-Implement-FolterImpl_Items-and-stubbed-Folde.patch | 2 +- patches/shell32-FolderItems_Stub_Iface/definition | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 411354b1..831b063e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Included bug fixes and improvements * Fix access violation in MSYS2 git when cloning repository * Fix error handling in DeferWindowPos when passing an invalid HWND ([Wine Bug #23187](https://bugs.winehq.org/show_bug.cgi?id=23187)) * Fix failure to create anonymous file mapping after failed open_fd server call -* Implement FolterImpl_Items and stubbed FolderItems interface +* Implement FolderImpl_Items and stubbed FolderItems interface * Implement a Courier New replacement font ([Wine Bug #20456](https://bugs.winehq.org/show_bug.cgi?id=20456)) * Implement a Times New Roman replacement font ([Wine Bug #32342](https://bugs.winehq.org/show_bug.cgi?id=32342)) * Map EXDEV error code to STATUS_NOT_SAME_DEVICE diff --git a/debian/changelog b/debian/changelog index aa9d4b9e..39a45b2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,7 +26,7 @@ wine-staging (1.7.51) UNRELEASED; urgency=low * Added patch to create Microsoft\Windows\Themes directory during Wineprefix creation. * Added patch to avoid deprecation warning for OpenCL 1.2 APIs. - * Added patch to implement FolterImpl_Items and stubbed FolderItems interface. + * Added patch to implement FolderImpl_Items and stubbed FolderItems interface. * Added patch for stub of dwmapi.DwmUpdateThumbnailProperties. * Removed patch to fix bug in wineserver debug_children inheritance (accepted upstream). diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 95da239c..55aa5bd6 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -4848,7 +4848,7 @@ fi if test "$enable_shell32_FolderItems_Stub_Iface" -eq 1; then patch_apply shell32-FolderItems_Stub_Iface/0001-shell32-Implement-FolterImpl_Items-and-stubbed-Folde.patch ( - echo '+ { "Christian Costa", "shell32: Implement FolterImpl_Items and stubbed FolderItems interface.", 1 },'; + echo '+ { "Christian Costa", "shell32: Implement FolderImpl_Items and stubbed FolderItems interface.", 1 },'; ) >> "$patchlist" fi diff --git a/patches/shell32-FolderItems_Stub_Iface/0001-shell32-Implement-FolterImpl_Items-and-stubbed-Folde.patch b/patches/shell32-FolderItems_Stub_Iface/0001-shell32-Implement-FolterImpl_Items-and-stubbed-Folde.patch index 854937a9..7a5770b2 100644 --- a/patches/shell32-FolderItems_Stub_Iface/0001-shell32-Implement-FolterImpl_Items-and-stubbed-Folde.patch +++ b/patches/shell32-FolderItems_Stub_Iface/0001-shell32-Implement-FolterImpl_Items-and-stubbed-Folde.patch @@ -1,7 +1,7 @@ From 668d55704db4f9ccbc91cf38eaa912448305e285 Mon Sep 17 00:00:00 2001 From: Christian Costa Date: Thu, 3 Sep 2015 12:08:54 -0300 -Subject: shell32: Implement FolterImpl_Items and stubbed FolderItems +Subject: shell32: Implement FolderImpl_Items and stubbed FolderItems interface. --- diff --git a/patches/shell32-FolderItems_Stub_Iface/definition b/patches/shell32-FolderItems_Stub_Iface/definition index 19ea5729..13516d76 100644 --- a/patches/shell32-FolderItems_Stub_Iface/definition +++ b/patches/shell32-FolderItems_Stub_Iface/definition @@ -1 +1 @@ -Fixes: Implement FolterImpl_Items and stubbed FolderItems interface +Fixes: Implement FolderImpl_Items and stubbed FolderItems interface