changeset 23491:16d77dc05af6

doc: fix typo 'to the linker' not 'though the linker'
author Carnë Draug <carandraug@octave.org>
date Mon, 15 May 2017 14:09:38 +0100
parents 7463c8e91dba
children cc5e92e3182b
files scripts/miscellaneous/mkoctfile.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/mkoctfile.m	Sun May 14 00:44:43 2017 +0200
+++ b/scripts/miscellaneous/mkoctfile.m	Mon May 15 14:09:38 2017 +0100
@@ -54,7 +54,7 @@
 ## Add the run-time path to the link command.
 ##
 ## @item @nospell{-Wl,@dots{}}
-## Pass flags though the linker like @nospell{"-Wl,-rpath=@dots{}"}.
+## Pass options to the linker like @nospell{"-Wl,-rpath=@dots{}"}.
 ## The quotes are needed since commas are interpreted as command
 ## separators.
 ##