Skip to content

Commit

Permalink
guess-rev.sh: fix minor typo
Browse files Browse the repository at this point in the history
s/reecognized/recognized/

Change-Id: I7129090d464d780632c0b7504e48fb90e847b30d
Signed-off-by: Antonio Borneo <[email protected]>
Reviewed-on: http://openocd.zylin.com/5163
Tested-by: jenkins
Reviewed-by: Tomas Vanek <[email protected]>
  • Loading branch information
borneoa authored and tom-van committed May 23, 2019
1 parent f9bd26d commit 545a3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guess-rev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 545a3de

Please sign in to comment.