From d10d384f4ce0c1081497cf0657ea3580779d7330 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Wed, 4 Nov 2015 17:12:24 +0100 Subject: bug 17567, typos --- debug/Debug.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug/Debug.ml') diff --git a/debug/Debug.ml b/debug/Debug.ml index 87d04ad7..789ecb70 100644 --- a/debug/Debug.ml +++ b/debug/Debug.ml @@ -20,7 +20,7 @@ open Sections (* Interface for generating and printing debug information *) -(* Record used for stroring references to the actual implementation functions *) +(* Record used for storing references to the actual implementation functions *) type implem = { init: string -> unit; -- cgit