From 28c7a24dbd12abd09dda7d95ffbe28897893444f Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Fri, 1 Feb 2019 14:20:30 -0500 Subject: [PATCH] Typo fix: mimimum -> minimum From Debian. Author: Herbert Parentes Fortes Neto Last-Update: 2017-07-02 --- include/typeobjects/pyconstraint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/typeobjects/pyconstraint.h b/include/typeobjects/pyconstraint.h index 01b80829..24658931 100644 --- a/include/typeobjects/pyconstraint.h +++ b/include/typeobjects/pyconstraint.h @@ -59,7 +59,7 @@ static PyMethodDef _ped_Constraint_methods[] = { static PyGetSetDef _ped_Constraint_getset[] = { {"min_size", (getter) _ped_Constraint_get, (setter) _ped_Constraint_set, - "The mimimum size in _ped.Sectors of the partition.", "min_size"}, + "The minimum size in _ped.Sectors of the partition.", "min_size"}, {"max_size", (getter) _ped_Constraint_get, (setter) _ped_Constraint_set, "The maximum size in _ped.Sectors of the partition.", "max_size"},