[Libreoffice-commits] help.git: help3xsl/prism.js

2022-04-06 Thread Adolfo Jayme Barrientos (via logerrit)
 help3xsl/prism.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9839c0b071de018ea00af1ae180756e9e5a52793
Author: Adolfo Jayme Barrientos 
AuthorDate: Thu Apr 7 00:20:00 2022 -0500
Commit: Adolfo Jayme Barrientos 
CommitDate: Thu Apr 7 00:20:00 2022 -0500

Revert "Fix typo"

Besides being a wrong fix, please refrain from changing external code 
locally.
Go to the upstream project instead, Andrea!

This reverts commit 1e37e14da918a278abe5df8a5885fa211c02ee8b.

diff --git a/help3xsl/prism.js b/help3xsl/prism.js
index 347f0f090..546388f44 100644
--- a/help3xsl/prism.js
+++ b/help3xsl/prism.js
@@ -292,7 +292,7 @@ var Prism = (function (_self) {
},
 
/**
-* This namespace contains all currently loaded languages and 
the same helper functions to create and modify languages.
+* This namespace contains all currently loaded languages and 
the some helper functions to create and modify languages.
 *
 * @namespace
 * @memberof Prism


[Libreoffice-commits] help.git: help3xsl/prism.js

2022-04-05 Thread Andrea Gelmini (via logerrit)
 help3xsl/prism.js |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e37e14da918a278abe5df8a5885fa211c02ee8b
Author: Andrea Gelmini 
AuthorDate: Tue Apr 5 20:17:17 2022 +0200
Commit: Andrea Gelmini 
CommitDate: Tue Apr 5 20:17:17 2022 +0200

Fix typo

Change-Id: I7006b64cad6a049ea45d368e22842115ab97e4ef

diff --git a/help3xsl/prism.js b/help3xsl/prism.js
index 546388f44..347f0f090 100644
--- a/help3xsl/prism.js
+++ b/help3xsl/prism.js
@@ -292,7 +292,7 @@ var Prism = (function (_self) {
},
 
/**
-* This namespace contains all currently loaded languages and 
the some helper functions to create and modify languages.
+* This namespace contains all currently loaded languages and 
the same helper functions to create and modify languages.
 *
 * @namespace
 * @memberof Prism