Merge commit 'remotes/smcv/ready/harishcm-map-fix' into staging
[ikiwiki.git] / doc / plugins / write.mdwn
index ac093577322a79d67356e8724b7723d6c7a024b1..3976f9adf5a74b504b66efa8478e4d0acc2ebd6e 100644 (file)
@@ -641,7 +641,7 @@ pages, as described in [[ikiwiki/SubPage/LinkingRules]].
 
 Many plugins need to generate html links and add them to a page. This is
 done by using the `htmllink` function. The usual way to call
-`htmlllink` is:
+`htmllink` is:
 
        htmllink($page, $page, $link)
 
@@ -850,7 +850,7 @@ of the page with the rcs's conflict markers on failure.
 Passed a message, user, and ip address. Should commit all staged changes.
 Returns undef on success, and an error message on failure.
 
-Changes can be staged by calls to `rcs_add, `rcs_remove`, and
+Changes can be staged by calls to `rcs_add`, `rcs_remove`, and
 `rcs_rename`.
 
 #### `rcs_add($)`