Docs typo
diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h
index 0e2b837..8873ecc 100644
--- a/include/vk_mem_alloc.h
+++ b/include/vk_mem_alloc.h
@@ -1989,7 +1989,7 @@
 

 Features deliberately excluded from the scope of this library:

 

-- Data transfer. Uploading (straming) and downloading data of buffers and images

+- Data transfer. Uploading (streaming) and downloading data of buffers and images

   between CPU and GPU memory and related synchronization is responsibility of the user.

   Defining some "texture" object that would automatically stream its data from a

   staging copy in CPU memory to GPU memory would rather be a feature of another,