summaryrefslogtreecommitdiff
path: root/etc/srecode
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2010-01-14 19:45:02 +0100
committerJuanma Barranquero <lekktu@gmail.com>2010-01-14 19:45:02 +0100
commitc2dd19106387c5b011b1a83d8d90001bd9aeb690 (patch)
tree428bd79c6376edba9da9eaae972b4acf35241882 /etc/srecode
parent5a89f0a793d225779f28f19b164addf81509b338 (diff)
downloademacs-c2dd19106387c5b011b1a83d8d90001bd9aeb690.tar.gz
Fix typos in template docstrings.
Diffstat (limited to 'etc/srecode')
-rw-r--r--etc/srecode/doc-cpp.srt12
-rw-r--r--etc/srecode/doc-default.srt14
-rw-r--r--etc/srecode/doc-java.srt12
3 files changed, 19 insertions, 19 deletions
diff --git a/etc/srecode/doc-cpp.srt b/etc/srecode/doc-cpp.srt
index f3679a196f8..fce0d283d7d 100644
--- a/etc/srecode/doc-cpp.srt
+++ b/etc/srecode/doc-cpp.srt
@@ -36,14 +36,14 @@ template section-comment :indent :blank
----
template function-comment :tag :indent :blank
-"A comment occuring in front of a function.
+"A comment occurring in front of a function.
Recycle doxygen comment code from the more general template set."
----
{{>:declaration:doxygen-function}}
----
template variable-same-line-comment :tag
-"A comment occuring after a veriable declaration.
+"A comment occurring after a veriable declaration.
Recycle doxygen comment code from the more general template set."
----
{{>:declaration:doxygen-variable-same-line}}
@@ -51,14 +51,14 @@ Recycle doxygen comment code from the more general template set."
;; These happen to be the same as in a classdecl.
template group-comment-start :blank :indent
-"A comment occuring in front of a group of declarations.
+"A comment occurring in front of a group of declarations.
Recycle doxygen comment code from the more general template set."
----
{{>:classdecl:doxygen-function-group-start}}
----
template group-comment-end :blank :indent
-"A comment occuring at the end of a a group of declarations.
+"A comment occurring at the end of a a group of declarations.
Recycle doxygen comment code from the more general template set."
----
{{>:classdecl:doxygen-function-group-end}}
@@ -68,14 +68,14 @@ Recycle doxygen comment code from the more general template set."
context classdecl
template group-comment-start :blank :indent
-"A comment occuring in front of a group of declarations.
+"A comment occurring in front of a group of declarations.
Recycle doxygen comment code from the more general template set."
----
{{>:classdecl:doxygen-function-group-start}}
----
template group-comment-end :blank :indent
-"A comment occuring at the end of a a group of declarations.
+"A comment occurring at the end of a a group of declarations.
Recycle doxygen comment code from the more general template set."
----
{{>:classdecl:doxygen-function-group-end}}
diff --git a/etc/srecode/doc-default.srt b/etc/srecode/doc-default.srt
index bf4011bb1a9..f07849b9207 100644
--- a/etc/srecode/doc-default.srt
+++ b/etc/srecode/doc-default.srt
@@ -26,7 +26,7 @@ set application "document"
context declaration
template section-comment :blank :indent
-"A comment occuring in front of a group of declarations."
+"A comment occurring in front of a group of declarations."
----
{{comment_start}} {{?TITLE}}
{{comment_prefix}}
@@ -35,7 +35,7 @@ template section-comment :blank :indent
----
template function-comment :tag :indent :blank
-"A comment occuring in front of a function."
+"A comment occurring in front of a function."
----
{{comment_start}} {{?NAME}} --
{{DOC:srecode-comment-prefix}}
@@ -43,21 +43,21 @@ template function-comment :tag :indent :blank
----
template variable-same-line-comment :tag
-"A comment occuring after a veriable declaration."
+"A comment occurring after a veriable declaration."
----
{{comment_start}} {{?DOC}} {{comment_end}}
----
;; These happen to be the same as in a classdecl.
template group-comment-start :blank :indent
-"A comment occuring in front of a group of declarations."
+"A comment occurring in front of a group of declarations."
----
{{comment_start}} {{?GROUPNAME}} --
{{comment_end}}
----
template group-comment-end :indent
-"A comment occuring at the end of a a group of declarations."
+"A comment occurring at the end of a a group of declarations."
----
{{comment_start}} End {{?GROUPNAME}} {{comment_end}}
----
@@ -66,13 +66,13 @@ template group-comment-end :indent
context classdecl
template group-comment-start :blank :indent
-"A comment occuring in front of a group of declarations."
+"A comment occurring in front of a group of declarations."
----
{{>:declaration:group-comment-start}}
----
template group-comment-end :indent
-"A comment occuring at the end of a a group of declarations."
+"A comment occurring at the end of a a group of declarations."
----
{{>:declaration:group-comment-end}}
----
diff --git a/etc/srecode/doc-java.srt b/etc/srecode/doc-java.srt
index 66deb733232..cb289913f36 100644
--- a/etc/srecode/doc-java.srt
+++ b/etc/srecode/doc-java.srt
@@ -37,14 +37,14 @@ template section-comment :indent :blank
----
template function-comment :tag :indent :blank
-"A comment occuring in front of a function.
+"A comment occurring in front of a function.
Recycle javadoc comment code from the more general template set."
----
{{>:declaration:javadoc-function}}
----
template variable-same-line-comment :tag
-"A comment occuring after a veriable declaration.
+"A comment occurring after a veriable declaration.
Recycle javadoc comment code from the more general template set."
----
{{>:declaration:javadoc-variable-same-line}}
@@ -52,14 +52,14 @@ Recycle javadoc comment code from the more general template set."
;; These happen to be the same as in a classdecl.
template group-comment-start :blank :indent
-"A comment occuring in front of a group of declarations.
+"A comment occurring in front of a group of declarations.
Recycle javadoc comment code from the more general template set."
----
{{>:classdecl:javadoc-function-group-start}}
----
template group-comment-end :blank :indent
-"A comment occuring at the end of a a group of declarations.
+"A comment occurring at the end of a a group of declarations.
Recycle javadoc comment code from the more general template set."
----
{{>:classdecl:javadoc-function-group-end}}
@@ -69,14 +69,14 @@ Recycle javadoc comment code from the more general template set."
context classdecl
template group-comment-start :blank :indent
-"A comment occuring in front of a group of declarations.
+"A comment occurring in front of a group of declarations.
Recycle javadoc comment code from the more general template set."
----
{{>:classdecl:javadoc-function-group-start}}
----
template group-comment-end :blank :indent
-"A comment occuring at the end of a a group of declarations.
+"A comment occurring at the end of a a group of declarations.
Recycle javadoc comment code from the more general template set."
----
{{>:classdecl:javadoc-function-group-end}}