diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-08 03:39:25 -0500 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2010-01-08 22:02:51 +0000 |
commit | ecf9ef49a724f6b95039bd760893f51a920f017b (patch) | |
tree | a3d04acb1e322bc3e830369deb28158cb7948c8c /src/rc/rc-applets.c | |
parent | bb45f0eabc8e768296cdf678ff8552a28342080a (diff) |
random spelling fixes
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'src/rc/rc-applets.c')
-rw-r--r-- | src/rc/rc-applets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c index 04e88de9..11bc2d50 100644 --- a/src/rc/rc-applets.c +++ b/src/rc/rc-applets.c @@ -467,7 +467,7 @@ run_applets(int argc, char **argv) } exit(EXIT_FAILURE); }; - /* This tets is correct as it's not present in baselayout */ + /* This test is correct as it's not present in baselayout */ if (strcmp(applet, "is_newer_than") == 0) { if (argc < 3) exit (EXIT_FAILURE); |