diff --git a/rEFIt_UEFI/refit/main.cpp b/rEFIt_UEFI/refit/main.cpp index 0f06901167..48a531871f 100644 --- a/rEFIt_UEFI/refit/main.cpp +++ b/rEFIt_UEFI/refit/main.cpp @@ -1725,7 +1725,7 @@ BOOLEAN SetOEMPathIfExists(IN EFI_FILE *Root, const XStringW& path, const XStrin DBG("CheckOEMPathExists tried %ls. '%ls.plist' not exists in dir\n", path.wc_str(), ConfName.wc_str()); } }else{ - DBG("CheckOEMPathExists tried %ls. Dir not exists\n", path.wc_str()); + DBG("CheckOEMPathExists tried %ls. Dir does not exist\n", path.wc_str()); } return 0; }