diff options
Diffstat (limited to 'lang/cpp/src')
| -rw-r--r-- | lang/cpp/src/context.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index b1e4f5ff..ab15a218 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -364,8 +364,8 @@ public:       * @param file The executable to start.       * @param argv list of arguments file should be argv[0].       * @param input The data to be sent through stdin. -     * @param output The data to be recieve the stdout. -     * @param err The data to recieve stderr. +     * @param output The data to be receive the stdout. +     * @param err The data to receive stderr.       * @param flags Additional flags.       *       * @returns An error or empty error. | 
