Skip to content

Commit e08a32e

Browse files
util/conf/GeneralPreferences: Fix typo.
1 parent 7c52a4c commit e08a32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/pt/lsts/neptus/util/conf/GeneralPreferences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ public class GeneralPreferences implements PropertiesProvider {
316316
@NeptusProperty(name = "Preferred Z Units Array", category = "Z Value", userLevel = LEVEL.ADVANCED,
317317
editable = false, rendererClass = ArrayAsStringRenderer.class,
318318
description = "This lists the valid Z units to show. This can be override by the per vehicle settings. "
319-
+ "Leeave it empty for no restrictions.")
319+
+ "Leave it empty for no restrictions.")
320320
public static ManeuverLocation.Z_UNITS[] validZUnits = {};
321321

322322
// -------------------------------------------------------------------------

0 commit comments

Comments
 (0)