diff --git a/commerce_stripe.module b/commerce_stripe.module
index b8d4609..f500bd0 100755
--- a/commerce_stripe.module
+++ b/commerce_stripe.module
@@ -69,7 +69,7 @@ function commerce_stripe_settings_form($settings) {
     '#options' => array(
       'CAD' => t('CAD'),
       'EUR' => t('EUR'),
-      'GBP' => t('BGP'),
+      'GBP' => t('GBP'),
       'USD' => t('USD'),
     ),
     '#description' => t('Select the currency that you are using.'),
@@ -255,4 +255,4 @@ function _commerce_stripe_load_settings($name = NULL) {
 function _commerce_stripe_load_setting($name, $default_value = NULL) {
   $settings = _commerce_stripe_load_settings($name);
   return isset($settings[$name]) ? $settings[$name] : $default_value;
-}
\ No newline at end of file
+}
