guess-rev.sh: fix minor typo

s/reecognized/recognized/

Change-Id: I7129090d464d780632c0b7504e48fb90e847b30d
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5163
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
Antonio Borneo 2019-05-05 15:45:47 +02:00 committed by Tomas Vanek
parent f9bd26dfe0
commit 545a3de09b
1 changed files with 1 additions and 1 deletions

View File

@ -79,5 +79,5 @@ if rev=`svn info 2>/dev/null | grep '^Last Changed Rev'`; then
exit
fi
# There's no reecognized repository; we must be a snapshot.
# There's no recognized repository; we must be a snapshot.
printf -- '-snapshot'