[Libreoffice-commits] core.git: solenv/bin

Chris Sherlock chris.sherlock79 at gmail.com
Sat Jun 3 00:03:49 UTC 2017


 solenv/bin/mkdocs.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7c83796327e4ccf6a216a2909adeb08b0ca8f943
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Sat Jun 3 10:03:08 2017 +1000

    solenv: typo in mkdocs.sh script
    
    Change-Id: I446826c9f0b07b2d44321c1a1e68ea29c6d68daa

diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index 7aa1010dd227..fe7cd86ca46f 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -176,7 +176,7 @@ for PROJECT in $INPUT_PROJECTS;
 do
   # avoid processing of full project subdirs, only add source and inc
 
-  # project header files can be in $PROJECT/inc and/pr include/$PROJECT
+  # project header files can be in $PROJECT/inc and/or include/$PROJECT
   if [ -d "$PROJECT/inc" ]; then
       PROJECT_INCLUDE="$PROJECT/inc"
   else


More information about the Libreoffice-commits mailing list