]> git.tdb.fi Git - builder.git/blobdiff - source/target.cpp
Fix typos
[builder.git] / source / target.cpp
index b741705e4d34193276e8c642c344668a45f45ecd..d21bda8f255da200ed9660df546fd235224f1498 100644 (file)
@@ -61,7 +61,7 @@ Target *Target::get_buildable_target()
        bool self_ok = state!=BUILDING;
        for(Target *d: depends)
        {
-               // Avoid infinite recursion if a target repends on its own side effect
+               // Avoid infinite recursion if a target depends on its own side effect
                if(any_equals(side_effects, d))
                        continue;