Changeset 80c8dcfdeb5f6dc88eadfb22cceeb7c6d2b0f82e
- Timestamp:
- 08/25/07 21:44:48
(1 year ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1188071088 +0000
- git-parent:
[dddce3f44f066effa9fabb84e30461f1c9244844]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1188071088 +0000
- Message:
Fix typo
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6654846 |
r80c8dcf |
|
| 99 | 99 | |
|---|
| 100 | 100 | #if !defined(WIN32) && !defined(UNDER_CE) |
|---|
| 101 | | /* Synchronously intercepted signals. Thy request a clean shutdown, |
|---|
| | 101 | /* Synchronously intercepted signals. They request a clean shutdown, |
|---|
| 102 | 102 | * and force an unclean shutdown if they are triggered again 2+ seconds |
|---|
| 103 | 103 | * later. We have to handle SIGTERM cleanly because of daemon mode. |
|---|