On Tue, Apr 29, 2014 at 08:23:08PM +0100, Mike Fleetwood wrote:
> > /dev/sda7, ID: 3
> > Device size: 10.00GiB
> > FS occuppied: 5.00GiB
>
> Spelling mistake. s/occuppied/occupied/.
> > +void print_device_sizes(int fd, struct device_info *devinfo, int mode)
> > +{
> > + printf(" Device size: %*s%10s\n",
> > + (int)(20 - strlen("Device size")), "",
> > + df_pretty_sizes(devinfo->device_size, mode));
> > + printf(" FS occuppied:%*s%10s\n",
>
> Here too. s/occuppied/occupied/.
>
> > + (int)(20 - strlen("FS occupied")), "",
> > + df_pretty_sizes(devinfo->size, mode));
> > + }
> > }
>
> Same spelling mistake (occuppied) also occurs in the following patches too:
> [PATCH 08/14] btrfs-progs: compare unallocated space against the correct value
> [PATCH 12/14] btrfs-progs: replace df_pretty_sizes with pretty_size_mode
Thanks for catching it.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html