diff options
Diffstat (limited to 'lang/js/src/Helpers.js')
-rw-r--r-- | lang/js/src/Helpers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js/src/Helpers.js b/lang/js/src/Helpers.js index f472b234..0b5ab7e8 100644 --- a/lang/js/src/Helpers.js +++ b/lang/js/src/Helpers.js @@ -171,7 +171,7 @@ export function atobArray (base64) { * Taken and slightly adapted from * https://www.onicos.com/staff/iz/amuse/javascript/expert/utf.txt * (original header: - * utf.js - UTF-8 <=> UTF-16 convertion + * utf.js - UTF-8 <=> UTF-16 conversion * * Copyright (C) 1999 Masanao Izumo <[email protected]> * Version: 1.0 |