Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed May 6, 2019
1 parent 159019e commit fdb0077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def compress_hex(color):


def alpha_dec_normalize(dec):
"""Normailze a deciaml alpha value."""
"""Normailze a decimal alpha value."""

temp = float(dec)
if temp < 0.0 or temp > 1.0:
Expand Down

0 comments on commit fdb0077

Please sign in to comment.