summaryrefslogtreecommitdiff
path: root/softwaves-theme
diff options
context:
space:
mode:
authorAurélien COUDERC <zecoucou@free.fr>2018-05-08 23:33:44 +0200
committerAurélien COUDERC <zecoucou@free.fr>2018-05-08 23:33:44 +0200
commit3fae9d908e91040e3ac55705c42a45d92a863a0a (patch)
treebb71ac74b24bc8c8d5742fa66924d3849d14b72b /softwaves-theme
parent4a44089ded36e592ff96ae9321d9abb1b4ade1aa (diff)
Misspelled identifier gloabl should be global in softwaves.script. (Closes: #898150)
Diffstat (limited to 'softwaves-theme')
-rw-r--r--softwaves-theme/plymouth/softwaves.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/softwaves-theme/plymouth/softwaves.script b/softwaves-theme/plymouth/softwaves.script
index 718ed92..da6fc9e 100644
--- a/softwaves-theme/plymouth/softwaves.script
+++ b/softwaves-theme/plymouth/softwaves.script
@@ -989,7 +989,7 @@ fun rotate_img(source_img, current_step, nb_steps) {
fun update_glow_anim () {
if (global.anim_start_time != global.progress_time && global.anim_status != "running") {
- gloabl.anim_start_time = global.progress_time;
+ global.anim_start_time = global.progress_time;
global.anim_iter = 0;
global.anim_status = "running";
}