diff --git a/ChangeLog b/ChangeLog index 35132c424f..e2a3834424 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-01-31 Stefan Kost + + * docs/design/draft-klass.txt: + Fix the previous change, this is a list of categories and not a hierarchy. + 2007-01-31 Stefan Kost * docs/design/draft-klass.txt: diff --git a/docs/design/draft-klass.txt b/docs/design/draft-klass.txt index e093c1d4eb..22f2969c54 100644 --- a/docs/design/draft-klass.txt +++ b/docs/design/draft-klass.txt @@ -17,8 +17,8 @@ Purpose: The topic of defining the klass of elements should be based on use cases. - A list of claases that are used in a installation can be generated using: - gst-inspect-0.10 -a | grep -ho Class:.* | cut -c8- | sort | uniq + A list of classes that are used in a installation can be generated using: + gst-inspect-0.10 -a | grep -ho Class:.* | cut -c8- | sed "s/\//\\n/g" | sort | uniq Proposal: