[yast-commit] r55807 - /trunk/storage/storage/src/modules/Storage.ycp
Author: aschnell Date: Thu Feb 26 23:17:51 2009 New Revision: 55807 URL: http://svn.opensuse.org/viewcvs/yast?rev=55807&view=rev Log: - fixed typo Modified: trunk/storage/storage/src/modules/Storage.ycp Modified: trunk/storage/storage/src/modules/Storage.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/modules/Storage.ycp?rev=55807&r1=55806&r2=55807&view=diff ============================================================================== --- trunk/storage/storage/src/modules/Storage.ycp (original) +++ trunk/storage/storage/src/modules/Storage.ycp Thu Feb 26 23:17:51 2009 @@ -2480,7 +2480,7 @@ * @param string device name * @param string disk * @param integer new_cyls (in cylinders) - * @return boolean if successfull + * @return boolean if successful */ global boolean ResizePartition(string device, string disk, integer new_cyls) { @@ -2500,7 +2500,7 @@ * @param string device name * @param string disk * @param integer new_size (in kBytes) - * @return boolean if successfull + * @return boolean if successful */ global boolean ResizeVolume(string device, string disk, integer new_size_k) { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org