aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2023-08-05 21:00:00 +0200
committerJonas Bernoulli <jonas@bernoul.li>2023-08-05 21:00:00 +0200
commit8cff832f370b1e356cc8f5eb71de0a76a7d6f616 (patch)
tree4dd84be33f6662f0e86c7ff18d2c49419ad2bbdb
parentdd6ecd5fe59087b5658f0a99e1d946e7fbf2dbea (diff)
Fix typo
-rw-r--r--docs/magit-section.org2
-rw-r--r--docs/magit-section.texi2
-rw-r--r--lisp/magit-section.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/magit-section.org b/docs/magit-section.org
index a358bab..ae58ee6 100644
--- a/docs/magit-section.org
+++ b/docs/magit-section.org
@@ -48,7 +48,7 @@ source for suitable examples before asking me for help. Thanks!
~value~ slot, and insert the section at point. CLASS is a
subclass of `magit-section' or has the form ~(eval FORM)~, in
which case FORM is evaluated at runtime and should return a
- subclass. In other places a sections class is oftern referred
+ subclass. In other places a sections class is often referred
to as its "type".
Many commands behave differently depending on the class of the
diff --git a/docs/magit-section.texi b/docs/magit-section.texi
index a018ce8..7487f3a 100644
--- a/docs/magit-section.texi
+++ b/docs/magit-section.texi
@@ -90,7 +90,7 @@ Create a section object of type CLASS, storing VALUE in its
@code{value} slot, and insert the section at point. CLASS is a
subclass of `magit-section' or has the form @code{(eval FORM)}, in
which case FORM is evaluated at runtime and should return a
-subclass. In other places a sections class is oftern referred
+subclass. In other places a sections class is often referred
to as its "type".
Many commands behave differently depending on the class of the
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 194f971..6369898 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -1260,7 +1260,7 @@ Create a section object of type CLASS, storing VALUE in its
`value' slot, and insert the section at point. CLASS is a
subclass of `magit-section' or has the form `(eval FORM)', in
which case FORM is evaluated at runtime and should return a
-subclass. In other places a sections class is oftern referred
+subclass. In other places a sections class is often referred
to as its \"type\".
Many commands behave differently depending on the class of the