[valadoc] Fix typo in Run.Style enum
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [valadoc] Fix typo in Run.Style enum
- Date: Sat, 8 Oct 2016 21:52:05 +0000 (UTC)
commit 37756970379d1363453562e9f2af2c354d172fb4
Author: Ben Iofel <iofelben gmail com>
Date: Sat Oct 8 17:29:24 2016 -0400
Fix typo in Run.Style enum
src/libvaladoc/content/run.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libvaladoc/content/run.vala b/src/libvaladoc/content/run.vala
index 3374917..01eace6 100644
--- a/src/libvaladoc/content/run.vala
+++ b/src/libvaladoc/content/run.vala
@@ -125,7 +125,7 @@ public class Valadoc.Content.Run : InlineContent, Inline {
return "underlined";
case Style.MONOSPACED:
- return "monopace";
+ return "monospaced";
case Style.STROKE:
return "stroke";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]