Skip to content

Commit f13df41

Browse files
committed
Fix typo: editting -> editing
1 parent e9cef33 commit f13df41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eca/features/tools/filesystem.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
:required ["path" "original_content" "new_content"]}
275275
:handler #'edit-file
276276
:enabled-fn (fn [{:keys [behavior]}] (not= "plan" behavior))
277-
:summary-fn (constantly "Editting file")}
277+
:summary-fn (constantly "Editing file")}
278278
"eca_plan_edit_file"
279279
{:description (str "Plan a file change where user needs to apply or reject the change. "
280280
"Replace a specific string or content block in a file with new content. "

0 commit comments

Comments
 (0)