From f125146f76a14caf361d031b6aae04b551b95194 Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Sun, 18 Oct 2015 17:11:50 +0200 Subject: fix typo: propigate → propagate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/todo/info_propigation_out_of_nested_properties.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/todo') diff --git a/doc/todo/info_propigation_out_of_nested_properties.mdwn b/doc/todo/info_propigation_out_of_nested_properties.mdwn index 536d6719..4176213a 100644 --- a/doc/todo/info_propigation_out_of_nested_properties.mdwn +++ b/doc/todo/info_propigation_out_of_nested_properties.mdwn @@ -1,6 +1,6 @@ > Now [[fixed|done]]!! --[[Joey]] -Currently, Info about a Host's Properties is propigated to the host by +Currently, Info about a Host's Properties is propagated to the host by examining the tree of Properties. This works, but there's one problem. Consider this example: @@ -9,8 +9,8 @@ This works, but there's one problem. Consider this example: (Just (System (Debian Unstable) _)) -> ensureProperty foo _ -> ensureProperty bar -Here, the Info of `foo` is not propigated out. Nor is `bar`'s Info. -It's not really clear if just one Info, or both should be propigated out. +Here, the Info of `foo` is not propagated out. Nor is `bar`'s Info. +It's not really clear if just one Info, or both should be propagated out. ---- @@ -50,7 +50,7 @@ Here withInfoFrom adds foo and bar as child properties of the demo property that (may) call them. This approach is not fully type safe; it would be possible to call -withInfoFrom in a way that didn't let it propigate the info. +withInfoFrom in a way that didn't let it propagate the info. And again this doesn't solve the problem that IO can be needed to get a parameter of a child property. -- cgit v1.3-2-g0d8e