diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2013-02-11 16:24:21 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2013-02-11 16:24:21 +0100 |
commit | 37f88bd38487466274fbd0281cd3459784186bc5 (patch) | |
tree | cad02b52bd7adac746df5996f465f6d74761d52f /src/kmscon_cdev.c | |
parent | 577a9b4c41e6d0b8ee6a281877e5366be96803d6 (diff) |
Fix several typos
Provided via github. Fixes typos in documentation and comments.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'src/kmscon_cdev.c')
-rw-r--r-- | src/kmscon_cdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmscon_cdev.c b/src/kmscon_cdev.c index 90b88ab..1faee8f 100644 --- a/src/kmscon_cdev.c +++ b/src/kmscon_cdev.c @@ -481,7 +481,7 @@ static int client_new(struct cdev_client **out, struct kmscon_cdev *cdev) } /* TODO: Share the terminal-handling with the terminal-session. We - * currently just create the screen/vte obejcts here to get meaningful + * currently just create the screen/vte objects here to get meaningful * parsers. However, we should also correctly handled the terminal as is * and draw it to the screen if in text-mode. * This is nearly identical to the terminal-session so we should share |