]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/form/BandwidthSelector.js
tree-wide typo fixes
[proxmox-widget-toolkit.git] / src / form / BandwidthSelector.js
index 069891cfd5050d2e9087ecf58d8c9b3956075295..434ab624f4eaa5f442a736263053c4cd675c3ddc 100644 (file)
@@ -25,7 +25,7 @@ Ext.define('Proxmox.form.SizeField', {
     unit: 'MiB',
     unitPostfix: '',
 
-    // use this if the backend saves values in another unit tha bytes, e.g.,
+    // use this if the backend saves values in another unit than bytes, e.g.,
     // for KiB set it to 'KiB'
     backendUnit: undefined,