You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2018/07/31 10:37:54 UTC

[1/2] celix git commit: Fixed typos

Repository: celix
Updated Branches:
  refs/heads/develop bd247745c -> 7690621f5


Fixed typos


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/07f354cb
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/07f354cb
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/07f354cb

Branch: refs/heads/develop
Commit: 07f354cb0d79a64e08537f52e247dc4d046b1d86
Parents: bd24774
Author: Roy Lenferink <rl...@apache.org>
Authored: Tue Jul 31 12:30:19 2018 +0200
Committer: Roy Lenferink <rl...@apache.org>
Committed: Tue Jul 31 12:30:19 2018 +0200

----------------------------------------------------------------------
 bundles/shell/shell_bonjour/private/src/bonjour_shell.c | 2 +-
 libs/utils/include/thpool.h                             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/07f354cb/bundles/shell/shell_bonjour/private/src/bonjour_shell.c
----------------------------------------------------------------------
diff --git a/bundles/shell/shell_bonjour/private/src/bonjour_shell.c b/bundles/shell/shell_bonjour/private/src/bonjour_shell.c
index 59ee18a..a5bed08 100644
--- a/bundles/shell/shell_bonjour/private/src/bonjour_shell.c
+++ b/bundles/shell/shell_bonjour/private/src/bonjour_shell.c
@@ -245,7 +245,7 @@ static void bonjourShell_acceptConnection(bonjour_shell_pt shell, int connection
 		}
 
 		if (sockStatus == 0) { //shell stopped still connected
-			usleep(1500); //wait untill all data is send
+			usleep(1500); //wait until all data is send
 			xmlTextWriterEndElement(context.writer); //end stream
 			xmlTextWriterEndDocument(context.writer);
 			close(context.sockfd);

http://git-wip-us.apache.org/repos/asf/celix/blob/07f354cb/libs/utils/include/thpool.h
----------------------------------------------------------------------
diff --git a/libs/utils/include/thpool.h b/libs/utils/include/thpool.h
index 0180aa6..75758d4 100644
--- a/libs/utils/include/thpool.h
+++ b/libs/utils/include/thpool.h
@@ -22,7 +22,7 @@ typedef struct thpool_ *threadpool;
 /**
  * @brief  Initialize threadpool
  * 
- * Initializes a threadpool. This function will not return untill all
+ * Initializes a threadpool. This function will not return until all
  * threads have initialized successfully.
  * 
  * @example
@@ -79,7 +79,7 @@ int thpool_add_work(threadpool, void *(*function_p)(void *), void *arg_p);
  * Smart polling is used in wait. The polling is initially 0 - meaning that
  * there is virtually no polling at all. If after 1 seconds the threads
  * haven't finished, the polling interval starts growing exponentially 
- * untill it reaches max_secs seconds. Then it jumps down to a maximum polling
+ * until it reaches max_secs seconds. Then it jumps down to a maximum polling
  * interval assuming that heavy processing is being used in the threadpool.
  *
  * @example


[2/2] celix git commit: Markdown format issue resolved

Posted by rl...@apache.org.
Markdown format issue resolved


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/7690621f
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/7690621f
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/7690621f

Branch: refs/heads/develop
Commit: 7690621f5b915fd14ea5b2b218a15acc5ddc1411
Parents: 07f354c
Author: Roy Lenferink <rl...@apache.org>
Authored: Tue Jul 31 12:35:11 2018 +0200
Committer: Roy Lenferink <rl...@apache.org>
Committed: Tue Jul 31 12:35:11 2018 +0200

----------------------------------------------------------------------
 documents/subprojects/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/7690621f/documents/subprojects/readme.md
----------------------------------------------------------------------
diff --git a/documents/subprojects/readme.md b/documents/subprojects/readme.md
index e9ca378..35990e5 100644
--- a/documents/subprojects/readme.md
+++ b/documents/subprojects/readme.md
@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
 limitations under the License.
 -->
 
-#Apache Celix - Subprojects
+# Apache Celix - Subprojects
 
 Apache Celix is organized into several subprojects. The following subproject are currently available: