summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Dahlin <cdahlin@redhat.com>2008-10-08 17:24:04 -0400
committerCasey Dahlin <cdahlin@redhat.com>2008-10-08 17:24:04 -0400
commitd4b57c441dec1bc8b1bce8edfc8f1f3aa186fc27 (patch)
treeff7194568b60cf842ebd9fccdd1c4bc54e49335a
parent5cae3d9571544327c61004b20d56517b89d74b1d (diff)
downloadupstate-d4b57c441dec1bc8b1bce8edfc8f1f3aa186fc27.tar.gz
upstate-d4b57c441dec1bc8b1bce8edfc8f1f3aa186fc27.tar.xz
upstate-d4b57c441dec1bc8b1bce8edfc8f1f3aa186fc27.zip
Comment typo fix
Capitalization irks me
-rw-r--r--state.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.rb b/state.rb
index e47573f..d3782f9 100644
--- a/state.rb
+++ b/state.rb
@@ -407,7 +407,7 @@ class Dependency
end
=begin rdoc
-A DSTuple is a pairing of a Dependency and a state that meets it.
+A DSTuple is a pairing of a Dependency and a State that meets it.
=end
class DSTuple
attr :dep # What dependency do we resolve?