From 764b20b6b0dc974daedc7363ca8290c996631d72 Mon Sep 17 00:00:00 2001 From: Kevin Vu Date: Sun, 18 Oct 2015 12:40:03 -0700 Subject: [PATCH] [misc] fix a typo in README.md --- README.md | 2 +- src/rufus.rc | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 80f8934a..432a859b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Features * Creates DOS bootable USB drives, using [FreeDOS](http://www.freedos.org/) or MS-DOS * Creates BIOS or UEFI bootable drives, including UEFI bootable NTFS * Creates bootable drives from bootable ISOs (Windows, Linux, etc.) -* Creates bootbale drives from bootable disk images, including compressed ones +* Creates bootable drives from bootable disk images, including compressed ones * Creates [Windows To Go](https://en.wikipedia.org/wiki/Windows_To_Go) drives * Twice as fast as Microsoft's USB/DVD tool or UNetbootin, on ISO -> USB creation (1) * Performs bad blocks checks, including detection of "fake" flash drives diff --git a/src/rufus.rc b/src/rufus.rc index f5d77c78..119d0ffe 100644 --- a/src/rufus.rc +++ b/src/rufus.rc @@ -32,7 +32,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG DIALOGEX 12, 12, 242, 376 STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU -CAPTION "Rufus 2.5.793" +CAPTION "Rufus 2.5.794" FONT 8, "Segoe UI Symbol", 400, 0, 0x0 BEGIN LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8 @@ -319,8 +319,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,5,793,0 - PRODUCTVERSION 2,5,793,0 + FILEVERSION 2,5,794,0 + PRODUCTVERSION 2,5,794,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -337,13 +337,13 @@ BEGIN BEGIN VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)" VALUE "FileDescription", "Rufus" - VALUE "FileVersion", "2.5.793" + VALUE "FileVersion", "2.5.794" VALUE "InternalName", "Rufus" VALUE "LegalCopyright", "© 2011-2015 Pete Batard (GPL v3)" VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html" VALUE "OriginalFilename", "rufus.exe" VALUE "ProductName", "Rufus" - VALUE "ProductVersion", "2.5.793" + VALUE "ProductVersion", "2.5.794" END END BLOCK "VarFileInfo"