]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: initialize
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:13:17 +0000 (07:13 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 07:13:17 +0000 (07:13 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/list.h
src/lxc/log.c

index e3d409f2f4ff5fc6e7d2dd0400b37ac807e4540d..2ab9e1f047f94521b9ed8b4786122b5290f5c5bb 100644 (file)
@@ -63,7 +63,7 @@ struct lxc_list {
        for (__iterator = (__list)->next, __next = __iterator->next;           \
             __iterator != __list; __iterator = __next, __next = __next->next)
 
-/* Initalize list. */
+/* Initialize list. */
 static inline void lxc_list_init(struct lxc_list *list)
 {
        list->elem = NULL;
index f240af8ac8772b7bccc9cb5a58d43a30717f14b6..71e0618c78aad2c53f62848572dbc917b7e736cc 100644 (file)
@@ -640,7 +640,7 @@ static int _lxc_log_set_file(const char *name, const char *lxcpath, int create_d
 /*
  * lxc_log_init:
  * Called from lxc front-end programs (like lxc-create, lxc-start) to
- * initalize the log defaults.
+ * initialize the log defaults.
  */
 int lxc_log_init(struct lxc_log *log)
 {