You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by rm...@apache.org on 2020/03/18 17:52:17 UTC

[openwebbeans] branch master updated: OWB-1319 - simple fix of spelling in comment for proof of ability to use git

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d6e3205  OWB-1319 - simple fix of spelling in comment for proof of ability to use git
     new 1706bb0  Merge pull request #26 from a-rekkusu/simple-spelling-fix
d6e3205 is described below

commit d6e3205f0adcdc1c1b74823c5ca471b5a6780dbb
Author: AF <fi...@mailbox.org>
AuthorDate: Wed Mar 18 16:55:45 2020 +0100

    OWB-1319 - simple fix of spelling in comment for proof of ability to use git
---
 .../java/org/apache/webbeans/servlet/WebBeansConfigurationFilter.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webbeans-web/src/main/java/org/apache/webbeans/servlet/WebBeansConfigurationFilter.java b/webbeans-web/src/main/java/org/apache/webbeans/servlet/WebBeansConfigurationFilter.java
index a8cbcda..75d9086 100644
--- a/webbeans-web/src/main/java/org/apache/webbeans/servlet/WebBeansConfigurationFilter.java
+++ b/webbeans-web/src/main/java/org/apache/webbeans/servlet/WebBeansConfigurationFilter.java
@@ -163,7 +163,7 @@ public class WebBeansConfigurationFilter implements Filter
             this.lifeCycle.getContextService().startContext(RequestScoped.class,
                     new ServletRequestEvent(this.servletContext, servletRequest));
 
-            // we don't initialise the Session here but do it lazily if it gets requested
+            // we don't initialize the Session here but do it lazily if it gets requested
             // the first time. See OWB-457
         }
         catch (Exception e)