From 413e61f9416cf636ce778e71414258f4864461bc Mon Sep 17 00:00:00 2001 From: Casey <151179166+secdev02@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:34:18 -0700 Subject: [PATCH] Update file-system-operation-notifications.md Typo in Documentation Change PRJ_NOTIFICATION_FILE_HANLDE_CLOSED_FILE_MODIFIED To PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_FILE_MODIFIED --- desktop-src/ProjFS/file-system-operation-notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-src/ProjFS/file-system-operation-notifications.md b/desktop-src/ProjFS/file-system-operation-notifications.md index 0770b467d90..34039655bdb 100644 --- a/desktop-src/ProjFS/file-system-operation-notifications.md +++ b/desktop-src/ProjFS/file-system-operation-notifications.md @@ -112,7 +112,7 @@ ProjFS sends the notifications in the following list after the associated file s * PRJ_NOTIFICATION_FILE_RENAMED - A file has been renamed. * PRJ_NOTIFICATION_HARDLINK_CREATED - A [hard link](/windows/desktop/FileIO/hard-links-and-junctions#hard-links) has been created for a file. * PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_NO_MODIFICATION - A file handle has been closed, and the file's content was not modified, nor was the file deleted. -* PRJ_NOTIFICATION_FILE_HANLDE_CLOSED_FILE_MODIFIED - A file handle has been closed, and the file's content has been modified. +* PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_FILE_MODIFIED - A file handle has been closed, and the file's content has been modified. * PRJ_NOTIFICATION_FILE_HANDLE_CLOSED_FILE_DELETED - A file handle has been closed, and the file was deleted as part of closing the handle. For more details on each notification refer to the documentation for **[PRJ_NOTIFICATION](/windows/desktop/api/projectedfslib/ne-projectedfslib-prj_notification)**.