Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / misc / bmp085.c
index ecd276ad6b193452dec2e3ed993d04ca68ac2415..5f898cb706a6453ed79582c54296f2bd95bae6eb 100644 (file)
@@ -2,7 +2,7 @@
 
     This driver supports the bmp085 digital barometric pressure
     and temperature sensor from Bosch Sensortec. The datasheet
-    is avaliable from their website:
+    is available from their website:
     http://www.bosch-sensortec.com/content/language1/downloads/BST-BMP085-DS000-05.pdf
 
     A pressure measurement is issued by reading from pressure0_input.
@@ -429,7 +429,7 @@ static int __devinit bmp085_probe(struct i2c_client *client,
        if (err)
                goto exit_free;
 
-       dev_info(&data->client->dev, "Succesfully initialized bmp085!\n");
+       dev_info(&data->client->dev, "Successfully initialized bmp085!\n");
        goto exit;
 
 exit_free: