diff options
Diffstat (limited to 'src/einfo/einfo.c')
-rw-r--r-- | src/einfo/einfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/einfo/einfo.c b/src/einfo/einfo.c index 1778efe4..691688ce 100644 --- a/src/einfo/einfo.c +++ b/src/einfo/einfo.c @@ -30,7 +30,7 @@ #include "einfo.h" #include "helpers.h" -/* usecs to wait while we poll the file existance */ +/* usecs to wait while we poll the file existence */ #define WAIT_INTERVAL 20000000 const char *applet = NULL; |