diff options
Diffstat (limited to 'database/updates.inc')
-rw-r--r-- | database/updates.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/updates.inc b/database/updates.inc index 6c2a64e18..d0f3ffc26 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -975,7 +975,7 @@ function update_80() { user_save($account, $edit, 'Personal information'); } - // This variable is needed to distinguish betweene 4.5-RC sites which ran a faulty + // This variable is needed to distinguish between 4.5-RC sites which ran a faulty // update_80() and 4.5-final sites. See update_108. variable_set('update_80_fix', true); |