Address bug #15524: spelling error: persistant -> persistent.

This commit is contained in:
Eric S. Raymond 2010-03-03 14:16:15 +00:00
parent f99f2dee25
commit 07ba362908

View file

@ -209,6 +209,7 @@
#define SET_LABEL_PERSISTENT X Y STRING
# Sets a label on tile x,y that gets reset every sideturn in case
# someone clears it.
# This used to be spelled SET_LABEL_PERSISTANT
#
# Example:
#! {SET_LABEL_PERSISTENT 4 7 _ "There really will be dragons here!!"}
@ -219,7 +220,7 @@
#enddef
#define SET_IMAGE_AND_LABEL_PERSISTENT X Y IMAGE STRING
# Shorthand for setting both a persistant label and image at once.
# Shorthand for setting both a persistent label and image at once
{SET_LABEL_PERSISTENT {X} {Y} ({STRING}) }
{PLACE_IMAGE ({IMAGE}) {X} {Y}}
#enddef