From 1620feaa6aa9f3e2f1613d2cb2b79f99df2227b1 Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Fri, 22 Feb 2019 22:53:20 +0100 Subject: [PATCH] tiny typo iteself -> itself --- lib/App/Netdisco/Util/Device.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/App/Netdisco/Util/Device.pm b/lib/App/Netdisco/Util/Device.pm index a4b481fe..a6af95fa 100644 --- a/lib/App/Netdisco/Util/Device.pm +++ b/lib/App/Netdisco/Util/Device.pm @@ -100,8 +100,8 @@ sub delete_device { =head2 renumber_device( $current_ip, $new_ip ) Will update all records in Netdisco referring to the device with -C<$current_ip> to use C<$new_ip> instead, followed by renumbering the device -iteself. +C<$current_ip> to use C<$new_ip> instead, followed by renumbering the +device itself. Returns true if the transaction completes, else returns false.