diff options
author | Hans de Goede <hdegoede@redhat.com> | 2023-08-14 16:57:54 +0200 |
---|---|---|
committer | Ray Strode <halfline@gmail.com> | 2023-08-16 22:06:18 +0000 |
commit | 22e25caabaa5473828e4ff1b8b931999a085365b (patch) | |
tree | 5f72f5e0e0c10b95f62345b9ab8cf5a3e16c7aa5 | |
parent | e83abc08e49b5ee3ecb6bd85d95a91e703200d32 (diff) |
two-step: Fix spelling of "different"
Fix "differtent" type, replacing it with "different".
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
-rw-r--r-- | src/plugins/splash/two-step/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/splash/two-step/plugin.c b/src/plugins/splash/two-step/plugin.c index 0e769232..0dd273a1 100644 --- a/src/plugins/splash/two-step/plugin.c +++ b/src/plugins/splash/two-step/plugin.c @@ -540,7 +540,7 @@ view_set_bgrt_background (view_t *view) /* * On desktops (no panel) we normally do not use the BGRT provided * xoffset and yoffset because the resolution they are intended for - * may be differtent then the resolution of the current display. + * may be different then the resolution of the current display. * * On some desktops (no panel) the image gets centered not only * horizontally, but also vertically. In this case our default of using |