From 72f750d1eade84ff9a157c7707e84ffa08a6c34b Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Fri, 24 May 2024 15:33:25 +0200 Subject: [PATCH] Fix warning. --- src/windows.toit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows.toit b/src/windows.toit index e0990ad..d488606 100644 --- a/src/windows.toit +++ b/src/windows.toit @@ -109,7 +109,7 @@ Returns the absolute path of $path, if $path is not accessible relative to $base The result is cleaned by $clean before being returned. -Deprecated. Use $(to-relative path --pase) instead. +Deprecated. Use $(to-relative path --base) instead. */ to-relative path/string base/string -> string: return to-relative_ path --base=base --handle-different-root