mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Spelling: ... src/modules (#3712)
This commit is contained in:
@@ -12,7 +12,7 @@ using Microsoft.Win32;
|
||||
namespace Common
|
||||
{
|
||||
/// <summary>
|
||||
/// Preview Handler base class implmenenting interfaces required by Preview Handler.
|
||||
/// Preview Handler base class implementing interfaces required by Preview Handler.
|
||||
/// </summary>
|
||||
public abstract class PreviewHandlerBase : IPreviewHandler, IOleWindow, IObjectWithSite, IPreviewHandlerVisuals
|
||||
{
|
||||
@@ -150,7 +150,7 @@ namespace Common
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Provide instance of the implementation of <see cref="IPreviewHandlerControl"/>. Should be overide by the implementation class with control object to be used.
|
||||
/// Provide instance of the implementation of <see cref="IPreviewHandlerControl"/>. Should be overridden by the implementation class with a control object to be used.
|
||||
/// </summary>
|
||||
/// <returns>Instance of the <see cref="IPreviewHandlerControl"/>.</returns>
|
||||
protected abstract IPreviewHandlerControl CreatePreviewHandlerControl();
|
||||
|
||||
Reference in New Issue
Block a user