This is an automated email from the ASF dual-hosted git repository.
ndimiduk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new dcd0fb8 HBASE-25966 Fix typo in NOTICE.vm
dcd0fb8 is described below
commit dcd0fb8b1d52c169197d243579ff807c95f9b740
Author: Nick Dimiduk <[email protected]>
AuthorDate: Wed Jun 2 15:02:29 2021 -0700
HBASE-25966 Fix typo in NOTICE.vm
Signed-off-by: Sean Busbey <[email protected]>
---
hbase-resource-bundle/src/main/resources/META-INF/NOTICE.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hbase-resource-bundle/src/main/resources/META-INF/NOTICE.vm
b/hbase-resource-bundle/src/main/resources/META-INF/NOTICE.vm
index c0ff317..067ed3d 100644
--- a/hbase-resource-bundle/src/main/resources/META-INF/NOTICE.vm
+++ b/hbase-resource-bundle/src/main/resources/META-INF/NOTICE.vm
@@ -23,7 +23,7 @@ Copyright ${project.inceptionYear}-${copyright-end-year} The
Apache Software Fou
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
## Specially handled included deps. e.g. ASL2.0 works that have additional
bundled works but
-#set($bundled-boostrap = ${bundled-boostrap.equalsIgnoreCase("true")})
+#set($bundled-bootstrap = ${bundled-bootstrap.equalsIgnoreCase("true")})
#set($bundled-logo = ${bundled-logo.equalsIgnoreCase("true")})
#set($bundled-dependencies = ${bundled-dependencies.equalsIgnoreCase("true")})
#if($bundled-bootstrap || $bundled-logo || $bundled-dependencies)