diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-31 04:14:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-31 04:14:33 -0400 |
commit | ae6fcb853d59681057a7f23424c321c97c4c0776 (patch) | |
tree | e4fc83e984abd41acb2183a408915581471b1981 /Types/Remote.hs | |
parent | 4a02c2ea629e1825c824bcc09449806b12408699 (diff) |
fix comment
Diffstat (limited to 'Types/Remote.hs')
-rw-r--r-- | Types/Remote.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/Remote.hs b/Types/Remote.hs index e44e2a9de..216b34857 100644 --- a/Types/Remote.hs +++ b/Types/Remote.hs @@ -1,6 +1,6 @@ {- git-annex remotes types - - - Most things should not need this, using Remote instead + - Most things should not need this, using Types instead - - Copyright 2011 Joey Hess <joey@kitenet.net> - |