mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-27 23:19:13 +08:00
[Peek] Fix comments typo (#28987)
Fixes simple typo/grammar errors It's easier to understand if it is spelled correctly. This is especially important for those for whom english may not be their first language. Signed-off-by: brian teeman <brian@teeman.net>
This commit is contained in:
parent
20fa3740bd
commit
8a376225ce
@ -65,7 +65,7 @@ namespace Peek.Common.Helpers
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="path">The file/folder path</param>
|
/// <param name="path">The file/folder path</param>
|
||||||
/// <param name="flags">The property store flags</param>
|
/// <param name="flags">The property store flags</param>
|
||||||
/// <returns>an IPropertyStroe interface</returns>
|
/// <returns>an IPropertyStore interface</returns>
|
||||||
private static DisposablePropertyStore GetPropertyStoreFromPath(string path, GETPROPERTYSTOREFLAGS flags = GETPROPERTYSTOREFLAGS.GPS_EXTRINSICPROPERTIES | GETPROPERTYSTOREFLAGS.GPS_BESTEFFORT)
|
private static DisposablePropertyStore GetPropertyStoreFromPath(string path, GETPROPERTYSTOREFLAGS flags = GETPROPERTYSTOREFLAGS.GPS_EXTRINSICPROPERTIES | GETPROPERTYSTOREFLAGS.GPS_BESTEFFORT)
|
||||||
{
|
{
|
||||||
IShellItem2? shellItem2 = null;
|
IShellItem2? shellItem2 = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user