diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libwebbrowser.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libwebbrowser.tex b/Doc/lib/libwebbrowser.tex index 113bef3..25765e8 100644 --- a/Doc/lib/libwebbrowser.tex +++ b/Doc/lib/libwebbrowser.tex @@ -51,7 +51,7 @@ The following functions are defined: \begin{funcdesc}{get}{\optional{name}} Return a controller object for the browser type \var{name}. If \var{name} is empty, return a controller for a default browser - appriopriate + appropriate to the caller's environment. \end{funcdesc} \begin{funcdesc}{register}{name, constructor\optional{, instance}} |