summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basewiki/style.css4
-rw-r--r--debian/changelog4
2 files changed, 4 insertions, 4 deletions
diff --git a/basewiki/style.css b/basewiki/style.css
index c03f39ea3..6ec6f8950 100644
--- a/basewiki/style.css
+++ b/basewiki/style.css
@@ -1,7 +1,7 @@
/* ikiwiki style sheet */
-/* Note that instead of modifying this style sheet, you can instead create
- * a local.css in your wiki, and override or change settings in this one.
+/* Note that instead of modifying this style sheet, you can instead edit
+ * local.css and use it to override or change settings in this one.
*/
.header {
diff --git a/debian/changelog b/debian/changelog
index 8e4a2fddc..96d343da6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,7 +17,7 @@ ikiwiki (1.27) UNRELEASED; urgency=low
* Add a module version number to IkiWiki, so you can "use IkiWiki '1.00'"
to declare which version of the interface your plugin needs.
* Anyone with a third-party ikiwiki plugin is strongly encouraged
- to make like changes to it and avoid use of non-exported symboles from
+ to make like changes to it and avoid use of non-exported symbols from
"IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
@@ -32,7 +32,7 @@ ikiwiki (1.27) UNRELEASED; urgency=low
* Add a stub local.css to avoid problems with 404's.
* Patch from Recai to fix a wide character warning from the search plugin
during setup if the wikiname contains utf8.
- * Yet another fix for those poor case-insensative `OSX users.
+ * Yet another fix for those poor case-insensative OS X users.
* pagetemplate hooks are now also called when generating cgi pages.
* Add a favicon plugin, which simply adds a link tag for an icon to each
page (and cgis).