From 67802e8b6a5739c77c71a753185ff0525bf78ca1 Mon Sep 17 00:00:00 2001 From: batt Date: Thu, 7 Jun 2007 15:16:31 +0000 Subject: [PATCH] Merge from kseries. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@798 38d2e660-2303-0410-9eaa-f027e97ec537 --- gui/leveledit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/leveledit.h b/gui/leveledit.h index 0b496661..88e7fa45 100755 --- a/gui/leveledit.h +++ b/gui/leveledit.h @@ -17,7 +17,7 @@ //#include /* Type for level_init */ -#define LEVELEDIT_NOBAR 0 /**< Edit numeber only, without bar nor units */ +#define LEVELEDIT_NOBAR 0 /**< Edit number only, without bar nor units */ #define LEVELEDIT_SINGLE 1 /**< Single channel editing */ #define LEVELEDIT_DOUBLE 2 /**< Double channel editing */ -- 2.25.1