From 22cae846ce305c9a772044ce181cb7efc3a93500 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sat, 12 May 2018 20:26:19 +0100 Subject: [PATCH] Fixes for typos in manual pages. --- common/utils/utils.c | 2 +- generator/actions_core.ml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/utils/utils.c b/common/utils/utils.c index 22af62b0f..a4c2d1e49 100644 --- a/common/utils/utils.c +++ b/common/utils/utils.c @@ -19,7 +19,7 @@ /** * Utility functions used by the library, tools and language bindings. * - * These functions these I call internal library functions + * These functions I call internal library functions * such as C, C or C, or any C. */ diff --git a/generator/actions_core.ml b/generator/actions_core.ml index a049159ec..5fb49a14d 100644 --- a/generator/actions_core.ml +++ b/generator/actions_core.ml @@ -4112,7 +4112,7 @@ is closed which can also trigger these issues." }; style = RErr, [String (PlainString, "exemptpath")], []; shortdesc = "remove a mountpoint"; longdesc = "\ -This calls removes a mountpoint that was previously created +This call removes a mountpoint that was previously created with C. See C for full details." };