From db6285750515deeaca43d4109a958af15052b41d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 7 Feb 2013 15:03:48 +0000 Subject: [PATCH] abuild: fix spelling in comment --- abuild.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"