Skip to content
Snippets Groups Projects
Verified Commit 55a28e00 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix typo.

parent faf8f63a
No related branches found
No related tags found
No related merge requests found
...@@ -21,5 +21,5 @@ class Stars(Widget): ...@@ -21,5 +21,5 @@ class Stars(Widget):
if not self.codepoint == STARFIELD_CODEPOINT: if not self.codepoint == STARFIELD_CODEPOINT:
context['codepoint'] = self.codepoint context['codepoint'] = self.codepoint
if not self.colour == STARFIELD_COLOUR: if not self.colour == STARFIELD_COLOUR:
contect['colour'] = self.colour context['colour'] = self.colour
return context return context
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment