Skip to content

Commit

Permalink
Typo fix: mimimum -> minimum
Browse files Browse the repository at this point in the history
From Debian.

Author: Herbert Parentes Fortes Neto <hpfn@debian.org>
Last-Update: 2017-07-02
  • Loading branch information
dcantrell committed Feb 1, 2019
1 parent 825a79e commit 28c7a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/typeobjects/pyconstraint.h
Expand Up @@ -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"},
Expand Down

0 comments on commit 28c7a24

Please sign in to comment.