diff options
Diffstat (limited to 'doc/man/man1/moc.1')
-rw-r--r-- | doc/man/man1/moc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man1/moc.1 b/doc/man/man1/moc.1 index 5f806ec98..749b3de5f 100644 --- a/doc/man/man1/moc.1 +++ b/doc/man/man1/moc.1 @@ -29,7 +29,7 @@ If you use .B qmake to create your Makefiles, build rules will be included that call the .B moc -when retquired, so you will not need to use the +when required, so you will not need to use the .B moc directly. .PP @@ -226,7 +226,7 @@ signals: Less importantly, the following constructs are illegal. All of them have have alternatives which we think are usually better, so removing these limitations is not a high priority for us. -.SS "Multiple inheritance retquires QObject to be first." +.SS "Multiple inheritance requires QObject to be first." If you are using multiple inheritance, .B moc assumes that the |