abuild: fix spelling in comment

This commit is contained in:
Natanael Copa 2013-02-07 15:03:48 +00:00
parent 36a55af4a0
commit db62857505
1 changed files with 1 additions and 1 deletions

View File

@ -1490,7 +1490,7 @@ builddeps() {
# ignore if dependency is in other repo
[ -d "$dir" ] || continue
# break cricular deps
# break circular deps
list_has $pkg $ABUILD_VISITED && continue
export ABUILD_VISITED="$ABUILD_VISITED $pkg"