From 4265d40c15d3b8d2d1afbb477fa2d062a3c3cafa Mon Sep 17 00:00:00 2001 From: Rory McCann Date: Sun, 1 Feb 2009 15:40:35 +0000 Subject: [PATCH] typo fix in comment --- bin/apt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/apt.py b/bin/apt.py index f011ac3..579807b 100755 --- a/bin/apt.py +++ b/bin/apt.py @@ -80,7 +80,7 @@ class Package(): depends = [] # Assuming that "," is more important than "|" - # and that we ca only nest them 2 deep at most + # and that we can only nest them 2 deep at most packages = depends_line.split( "," ) for package in packages: package = package.strip() -- 2.11.4.GIT