diff options
author | 2007-08-16 12:20:29 +0000 | |
---|---|---|
committer | 2007-08-16 12:20:29 +0000 | |
commit | df89fefd8df927d0dcf8ed3cee872bed9cfe4bc2 (patch) | |
tree | 111e147d15aa18b0c52909df3bf910053771e300 | |
parent | don't default to on-CD snapshot for standard/advanced (diff) | |
download | gli-df89fefd8df927d0dcf8ed3cee872bed9cfe4bc2.tar.gz gli-df89fefd8df927d0dcf8ed3cee872bed9cfe4bc2.tar.bz2 gli-df89fefd8df927d0dcf8ed3cee872bed9cfe4bc2.zip |
fix typo from bug 189053
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/trunk@1854 f8877401-5920-0410-a79b-8e2d7e04ca0d
-rw-r--r-- | src/fe/gtk/PortageTree.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe/gtk/PortageTree.py b/src/fe/gtk/PortageTree.py index 274d6ec..aca8ac2 100644 --- a/src/fe/gtk/PortageTree.py +++ b/src/fe/gtk/PortageTree.py @@ -34,7 +34,7 @@ There are several ways of obtaining an initial Portage tree. Normal: This is the normal method of downloading and syncing the Portage tree \ from the Internet. It will give you the most up-to-date tree. -Webrsync: This is similar to Normal. It will download via http a dialy Portage \ +Webrsync: This is similar to Normal. It will download via http a daily Portage \ snapshot and sync that. Snapshot: This is if you have a specially-built portage snapshot you want to use \ |