diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-02 02:39:01 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-02 02:39:01 +0100 |
commit | 4e6de8bfab612865631c5286e069c1773dee8c28 (patch) | |
tree | 544a22c2d737a4c25b605bfadad8e5a6de0dc2c8 /src/spawn.cpp | |
parent | 5b81f9361931b30d386586e85c6ca355211052c6 (diff) | |
download | sciteco-4e6de8bfab612865631c5286e069c1773dee8c28.tar.gz |
fixed minor typos in <EC> documentation
Diffstat (limited to 'src/spawn.cpp')
-rw-r--r-- | src/spawn.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spawn.cpp b/src/spawn.cpp index 8c2e05f..259f708 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -181,9 +181,9 @@ parse_shell_command_line(const gchar *cmdline, GError **error) * <command> just as an UNIX98 \(lq/bin/sh\(rq would, but without * performing any expansions. * The program specified in <command> is searched for in - * standard locations (accoring to the \(lqPATH\(rq environment + * standard locations (according to the \(lqPATH\(rq environment * variable). - * This mode of operation can also be forced on Windows and + * This mode of operation can also be enforced on Windows and * Unix by enabling bit 7 in the ED flag, e.g. by executing * \(lq0,128ED\(rq, and is recommended when writing cross-platform * macros using the EC command. |