Commit e523fab8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32: Fix a typo in a comment.

parent 1bd06510
......@@ -502,7 +502,7 @@ static INT_PTR CALLBACK file_properties_proc(HWND hwndDlg, UINT uMsg, WPARAM wPa
ERR("failed to update file attributes of %s\n", debugstr_w(props->path));
}
/* Update filename it it was changed */
/* Update filename if it was changed */
if (GetDlgItemTextW(hwndDlg, IDC_FPROP_PATH, newname, ARRAY_SIZE(newname)) &&
strcmpW(props->filename, newname) &&
strlenW(props->dir) + strlenW(newname) + 2 < ARRAY_SIZE(newpath))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment