branch: externals/po-mode
commit e25bd528ada0be4e6cc38fcb23618d4dcfe9ecf8
Author: Bruno Haible <[email protected]>
Commit: Bruno Haible <[email protected]>
Fix typos.
Reported by <[email protected]>.
* gettext-tools/libgrep/m-regex.c: Fix typo in comments.
* gettext-tools/misc/autopoint.in: Likewise.
* gettext-tools/misc/gettextize.in: Likewise.
* gettext-tools/src/format-python-brace.c: Likewise.
* gettext-tools/src/gnu/gettext/DumpResource.java: Likewise.
* gettext-tools/src/its.h: Likewise.
* gettext-tools/src/locating-rules.h: Likewise.
* gettext-tools/src/msgmerge.c: Likewise.
* gettext-tools/src/read-catalog-abstract.h: Likewise.
* gettext-tools/src/read-catalog-abstract.c: Likewise.
* gettext-tools/src/read-catalog.h: Likewise.
* gettext-tools/src/read-properties.c: Likewise.
* gettext-tools/src/write-java.c: Likewise.
* gettext-tools/src/write-mo.c: Likewise.
* gettext-tools/src/x-d.c: Likewise.
* gettext-tools/src/x-scheme.c: Likewise.
* gettext-tools/src/x-sh.c: Likewise.
* gettext-tools/emacs/po-mode.el: Fix typos in help and comments.
* gettext-tools/doc/gettext.texi: Fix typos.
* NEWS: Fix typos.
---
po-mode.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/po-mode.el b/po-mode.el
index cad2bdac72..2cde7af146 100644
--- a/po-mode.el
+++ b/po-mode.el
@@ -1,6 +1,6 @@
;;; po-mode.el --- major mode for GNU gettext PO files
-;; Copyright (C) 1995-2024 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2025 Free Software Foundation, Inc.
;; Authors: François Pinard <[email protected]>
;; Greg McGary <[email protected]>
@@ -466,7 +466,7 @@ slightly different."
)
"*Association list giving team codes from team names.
This is used for generating a submission file name for the 'M' command.
-If a string instead of an alist, it is a team code to use unconditionnally."
+If a string instead of an alist, it is a team code to use unconditionally."
:type 'sexp
:group 'po)
@@ -710,7 +710,7 @@ M-S Ignore path M-A Ignore PO file *M-L
Ignore lexicon
:help "Initialize or replace current translation with the original
message"])
("Other files"
["Other window" po-other-window
- :help "Select other window; if necessay split current frame"]
+ :help "Select other window; if necessary split current frame"]
"---"
;; "Program sources"
["Cycle reference in source file" po-cycle-source-reference t]
@@ -1335,7 +1335,7 @@ fuzzy, untranslated, or translated."
nil t)
(replace-match "" t t)))))))
-;;; Entry positionning.
+;;; Entry positioning.
(defun po-say-location-depth ()
"Tell how many entries in the entry location stack."