Skip to content

Commit

Permalink
Merge pull request #113 from jgmbenoit/debian/0.3.0+ds1-1/lintian/spe…
Browse files Browse the repository at this point in the history
…lling

correct spelling errors as detected by Lintian
  • Loading branch information
malb committed Jan 26, 2018
2 parents ee43528 + ba5fc06 commit f9e7676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fpylll/fplll/bkz_param.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,9 @@ cdef class BKZParam:
"""
if not isinstance(what, str):
raise TypeError("Only strings are supported as auxilary keys but got %s"%what)
raise TypeError("Only strings are supported as auxiliary keys but got %s"%what)
if not what.startswith("aux"):
raise ValueError("Auxilary keys must start with 'aux' but got '%s'"%what)
raise ValueError("Auxiliary keys must start with 'aux' but got '%s'"%what)
self.aux[what] = value

def dict(self, all=True):
Expand Down

0 comments on commit f9e7676

Please sign in to comment.