From 1b86f1460881942fd504060d24d142f0c6b61455 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 28 Sep 2016 15:41:33 +0000
Subject: [PATCH] Fix typo

---
 pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index a29fbcc..34d0da1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -419,7 +419,7 @@
                     <groupId>org.forgerock.opendj</groupId>
                     <artifactId>opendj-maven-plugin</artifactId>
                     <version>${project.version}</version>
-                    <!-- bootstrap and bootstrap-clinet MANIFEST.MF files generation. -->
+                    <!-- bootstrap and bootstrap-client MANIFEST.MF files generation. -->
                     <configuration>
                         <productJarName>${product.name.lowercase}</productJarName>
                         <supportedLocales>${product.locales}</supportedLocales>

--
Gitblit v1.10.0