]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/command.tex
Assert that wxEXEC_SYNC is not passed in flags to wxProcess::Open
[wxWidgets.git] / docs / latex / wx / command.tex
index f65c6f298ff5e4bb229b09aa7aa8e8e306c5d659..1514c1da2c444d4d285857576706c86265bb3b10 100644 (file)
@@ -28,7 +28,7 @@ a new class and call this constructor from your own constructor.
 
 {\it canUndo} tells the command processor whether this command is undo-able. You
 can achieve the same functionality by overriding the CanUndo member function (if for example
-the criteria for undoability is context-dependant).
+the criteria for undoability is context-dependent).
 
 {\it name} must be supplied for the command processor to display the command name
 in the application's edit menu.