You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2022/12/27 05:18:31 UTC

[openmeetings] branch master updated: no jira: typo is fixed

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 1630771f6 no jira: typo is fixed
1630771f6 is described below

commit 1630771f6b1cae19734c366ea56efef780550564
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Dec 27 12:18:21 2022 +0700

    no jira: typo is fixed
---
 .../java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java b/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java
index b2e8c25c8..dfff60d21 100644
--- a/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java
+++ b/openmeetings-db/src/main/java/org/apache/openmeetings/db/dao/basic/ConfigurationDao.java
@@ -560,7 +560,7 @@ public class ConfigurationDao implements IDataProviderDao<Configuration> {
 					try {
 						cspConfig.add(key, str.trim());
 					} catch (Exception e) {
-						log.error("Enexpected error while adding CSP rule: key '{}', value '{}', part '{}'", key, val, str, e);
+						log.error("Unexpected error while adding CSP rule: key '{}', value '{}', part '{}'", key, val, str, e);
 					}
 				}
 			}