From f76755da3f909425407b5467670d180ca741238b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 7 Dec 2014 16:53:30 +0000 Subject: packages: fix typo in OpenWrt name Signed-off-by: Cezary Jackiewicz SVN-Revision: 43542 --- scripts/dl_cleanup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/dl_cleanup.py') diff --git a/scripts/dl_cleanup.py b/scripts/dl_cleanup.py index 2d6895e460..c2bbbc25bb 100755 --- a/scripts/dl_cleanup.py +++ b/scripts/dl_cleanup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -# OpenWRT download directory cleanup utility. +# OpenWrt download directory cleanup utility. # Delete all but the very last version of the program tarballs. # # Copyright (C) 2010 Michael Buesch @@ -146,7 +146,7 @@ class Entry: return self.version >= y.version def usage(): - print "OpenWRT download directory cleanup utility" + print "OpenWrt download directory cleanup utility" print "Usage: " + sys.argv[0] + " [OPTIONS] " print "" print " -d|--dry-run Do a dry-run. Don't delete any files" -- cgit v1.2.3