summaryrefslogtreecommitdiff
path: root/abuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'abuild.in')
-rwxr-xr-xabuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index b30b89d..3082bba 100755
--- a/abuild.in
+++ b/abuild.in
@@ -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"