summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-18 20:21:33 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-18 20:21:33 +0200
commit439e2b1b227ba4abb5f512209d7a00d78d43f4e3 (patch)
treea7918b8d2038065e148004b3d30ccdee07c70319
parentFix built-in highlight filter. (diff)
downloadcgit-439e2b1b227ba4abb5f512209d7a00d78d43f4e3.tar.gz
cgit-439e2b1b227ba4abb5f512209d7a00d78d43f4e3.tar.xz
Minor documentation updates.
-rw-r--r--manifests/filter.pp2
-rw-r--r--manifests/init.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/filter.pp b/manifests/filter.pp
index 241bd62..1dd48b4 100644
--- a/manifests/filter.pp
+++ b/manifests/filter.pp
@@ -2,7 +2,7 @@
# @param filtername
# Target filter.
# @param source
-# Soruce file of filter, mutually exclusive with content.
+# Source file of filter, mutually exclusive with content.
# @param content
# Contents of filter, mutually exclusive with source.
# @param file_props
diff --git a/manifests/init.pp b/manifests/init.pp
index 2c605d8..f98a5b7 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -12,7 +12,7 @@
# @param scan_path
# Directory to scan for git repos
# @param clone_url
-# List of
+# List of URLs to be shown as cloneable for each repo.
# @param root
# Webroot, media files and similar will be placed here
# @param filterpath