Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 874872 Details for
Bug 1075417
Spelling mistakes and typos in the glusterfs source
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Changing from existant to existent
patch1.txt (text/plain), 1.49 KB, created by
akshata
on 2014-03-15 18:04:50 UTC
(
hide
)
Description:
Changing from existant to existent
Filename:
MIME Type:
Creator:
akshata
Created:
2014-03-15 18:04:50 UTC
Size:
1.49 KB
patch
obsolete
>commit 423bafb14cb4eb98d4eeb95973a6b863ed083ae1 >Author: AkshataDM <oxta28@gmail.com> >Date: Sat Mar 15 22:17:50 2014 +0530 > > api/examples/glfsxmp.c > >diff --git a/api/examples/glfsxmp.c b/api/examples/glfsxmp.c >index 600d72f..7180a99 100644 >--- a/api/examples/glfsxmp.c >+++ b/api/examples/glfsxmp.c >@@ -293,19 +293,19 @@ test_h_unlink (void) > goto out; > } > >- /* unlink non-existant regular file */ >+ /* unlink non-existent regular file */ > ret = glfs_h_unlink (fs, dir, my_file); > if ((ret && errno != ENOENT) || (ret == 0)) { >- fprintf (stderr, "glfs_h_unlink: error unlinking non-existant %s: invalid errno ,%d, %s\n", >+ fprintf (stderr, "glfs_h_unlink: error unlinking non-existent %s: invalid errno ,%d, %s\n", > my_file, ret, strerror (errno)); > printf ("glfs_h_unlink tests: FAILED\n"); > goto out; > } > >- /* unlink non-existant directory */ >+ /* unlink non-existent directory */ > ret = glfs_h_unlink (fs, dir, my_subdir); > if ((ret && errno != ENOENT) || (ret == 0)) { >- fprintf (stderr, "glfs_h_unlink: error unlinking non-existant %s: invalid errno ,%d, %s\n", >+ fprintf (stderr, "glfs_h_unlink: error unlinking non-existent %s: invalid errno ,%d, %s\n", > my_subdir, ret, strerror (errno)); > printf ("glfs_h_unlink tests: FAILED\n"); > goto out;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1075417
: 874872 |
874873