Fix typo in error message
Differential Revision: https://reviews.freebsd.org/D3997 Submitted by: git_johnko.ca (John Ko) MFC after: 3 days X-MFC-to: stable/10 stable/9
This commit is contained in:
@@ -78,7 +78,7 @@ main(void)
|
||||
|
||||
if (chdir(getenv("BSDINSTALL_DISTDIR")) != 0) {
|
||||
snprintf(error, sizeof(error),
|
||||
"Could could change to directory %s: %s\n",
|
||||
"Could not change to directory %s: %s\n",
|
||||
getenv("BSDINSTALL_DISTDIR"), strerror(errno));
|
||||
dialog_msgbox("Error", error, 0, 0, TRUE);
|
||||
end_dialog();
|
||||
|
||||
Reference in New Issue
Block a user