From bbefdcb0698af44c0ba2a0d4a69f1f6705a626f1 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 20 Jun 2013 11:35:10 -0400 Subject: [PATCH] Grammar: percent --- src/rufus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rufus.c b/src/rufus.c index 2bba1cde..25d264e1 100644 --- a/src/rufus.c +++ b/src/rufus.c @@ -130,7 +130,7 @@ static int64_t last_iso_blocking_status; /* * The following is used to allocate slots within the progress bar * 0 means unused (no operation or no progress allocated to it) - * +n means allocate exactly n bars (n percents of the progress bar) + * +n means allocate exactly n bars (n percent of the progress bar) * -n means allocate a weighted slot of n from all remaining * bars. Eg if 80 slots remain and the sum of all negative entries * is 10, -4 will allocate 4/10*80 = 32 bars (32%) for OP progress