summaryrefslogtreecommitdiff
path: root/sgdisk.cc
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2010-04-28 16:44:34 -0400
committersrs5694 <srs5694@users.sourceforge.net>2010-04-28 16:44:34 -0400
commit0283dae41a7db4563be0fe62241ed230e4a101c0 (patch)
treeca2a8c29f0e80ddb5dab130919c2092f956014d9 /sgdisk.cc
parent8a4ddfc919d5569c68489cf53d9cf5abc94c410c (diff)
downloadsgdisk-0283dae41a7db4563be0fe62241ed230e4a101c0.tar.gz
A few bug fixes.
Diffstat (limited to 'sgdisk.cc')
-rw-r--r--sgdisk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sgdisk.cc b/sgdisk.cc
index ab6f7b2..99fa8ac 100644
--- a/sgdisk.cc
+++ b/sgdisk.cc
@@ -129,7 +129,7 @@ int main(int argc, char *argv[]) {
if (theGPT.SetName(partNum, GetString(partName, 2))) {
saveData = 1;
} else {
- cerr << "Unable set set partition " << partNum + 1
+ cerr << "Unable to set partition " << partNum + 1
<< "'s name to '" << GetString(partName, 2) << "'!\n";
neverSaveData = 1;
} // if/else