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 <[email protected]>
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)