[PSDK] Fix a typo.
[reactos.git] / reactos / include / psdk / shobjidl.idl
index 7b6def0..e937fc9 100644 (file)
@@ -3189,7 +3189,7 @@ interface IFileDialog;
 typedef [v1_enum] enum FDE_OVERWRITE_RESPONSE
 {
     FDEOR_DEFAULT  = 0,
 typedef [v1_enum] enum FDE_OVERWRITE_RESPONSE
 {
     FDEOR_DEFAULT  = 0,
-    FDEOR_ACCCEP   = 1,
+    FDEOR_ACCEPT   = 1,
     FDEOR_REFUSE   = 2
 } FDE_OVERWRITE_RESPONSE;
 
     FDEOR_REFUSE   = 2
 } FDE_OVERWRITE_RESPONSE;