mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +00:00
fix typo
This commit is contained in:
@@ -41,7 +41,7 @@ impl<R: Resource> HandlePropfind for R {
|
|||||||
if props.contains(&"allprops") {
|
if props.contains(&"allprops") {
|
||||||
if props.len() != 1 {
|
if props.len() != 1 {
|
||||||
// allprops MUST be the only queried prop per spec
|
// allprops MUST be the only queried prop per spec
|
||||||
return Err(anyhow!("allprops MUST be the only quereid prop"));
|
return Err(anyhow!("allprops MUST be the only queried prop"));
|
||||||
}
|
}
|
||||||
props = R::list_dead_props();
|
props = R::list_dead_props();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user