diff options
| author | Detlev Zundel <dzu@denx.de> | 2007-10-19 16:47:26 +0200 | 
|---|---|---|
| committer | Detlev Zundel <dzu@denx.de> | 2007-10-19 16:47:26 +0200 | 
| commit | 5441f61a3d8b7034f19fc1361183e936198e6dbb (patch) | |
| tree | cdcdf89f75c4519eb3a22892e40ee663c68784bb /common/cmd_dtt.c | |
| parent | 27d2b1ed216b457a66c17d38ce5ffdf3c2c32d1e (diff) | |
| download | olio-uboot-2014.01-5441f61a3d8b7034f19fc1361183e936198e6dbb.tar.xz olio-uboot-2014.01-5441f61a3d8b7034f19fc1361183e936198e6dbb.zip | |
Fix two typos.
Signed-off-by: Detlev Zundel <dzu@denx.de>
Diffstat (limited to 'common/cmd_dtt.c')
| -rw-r--r-- | common/cmd_dtt.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_dtt.c b/common/cmd_dtt.c index 8da95bf9d..804d467f2 100644 --- a/common/cmd_dtt.c +++ b/common/cmd_dtt.c @@ -57,7 +57,7 @@ int do_dtt (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	  dtt,	1,	1,	do_dtt, -	  "dtt     - Digital Thermometer and Themostat\n", +	  "dtt     - Digital Thermometer and Thermostat\n",  	  "        - Read temperature from digital thermometer and thermostat.\n"  ); |