diff style.txt @ 2633:3d20fcfd8583

Android: Fix startup failure when not calling dw_app_id_set(). dw_init() would have an exception with no application name. So create a default application name with getprogname().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 09 Aug 2021 22:07:54 +0000
parents 7534466688da
children
line wrap: on
line diff
--- a/style.txt	Tue Aug 03 19:48:02 2021 +0000
+++ b/style.txt	Mon Aug 09 22:07:54 2021 +0000
@@ -55,7 +55,7 @@
 
 These functions, variables and constants are used only inside Dynamic Windows, or the platform they are defined in.
 
-Funtion prefix: _dw_ (lowercase)
+Function prefix: _dw_ (lowercase)
 Variable prefix: _dw_ (lowercase)
 Constant prefix: _DW_ (uppercase)