From bf1dceacbaf0c5a1da78d6fb4682011975219995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 4 Feb 2023 21:49:00 +0100 Subject: [PATCH] Fix typo --- test/livebook/session/file_guard_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/livebook/session/file_guard_test.exs b/test/livebook/session/file_guard_test.exs index cdfd7700a..a12b32b1a 100644 --- a/test/livebook/session/file_guard_test.exs +++ b/test/livebook/session/file_guard_test.exs @@ -33,7 +33,7 @@ defmodule Livebook.Session.FileGuardTest do assert :ok = FileGuard.lock(file, self()) end - test "file is automatically unloacked when the owner process termiantes" do + test "file is automatically unloacked when the owner process terminates" do file = FileSystem.File.local(p("/some/path")) owner = spawn(fn -> :ok end)