diff options
Diffstat (limited to 'src/core/ksharedconfig.h')
-rw-r--r-- | src/core/ksharedconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ksharedconfig.h b/src/core/ksharedconfig.h index 1add155e..56522f48 100644 --- a/src/core/ksharedconfig.h +++ b/src/core/ksharedconfig.h @@ -18,7 +18,7 @@ * KConfig variant using shared memory * * KSharedConfig provides a shared (reference counted) variant - * of KConfig. This allows you to use manipulate the same configuration + * of KConfig. This allows you to use/manipulate the same configuration * files from different places in your code without worrying about * accidentally overwriting changes. * |